mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Inprove tags display
This commit is contained in:
parent
01f9657d61
commit
bd20b884ef
2 changed files with 3 additions and 2 deletions
|
@ -164,7 +164,8 @@ nav li {
|
|||
list-style: none;
|
||||
}
|
||||
|
||||
#tags li {
|
||||
#tags li a {
|
||||
display: block;
|
||||
height: 24px;
|
||||
margin: 5px;
|
||||
padding: 0 5px;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<div id="tags">
|
||||
<ul>
|
||||
{{ range .Site.Taxonomies.tags.ByCount }}
|
||||
<li><a href="{{ .Page.Permalink }}">{{ .Page.Title }}({{ .Count }})</a></li>
|
||||
<li><a href="{{ .Page.Permalink }}">{{ .Page.Title }} ({{ .Count }})</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue