mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Made alltags use a details element
This commit is contained in:
parent
2d283fbf68
commit
b1fca5d62e
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
<!-- tags -->
|
||||
<div id="tags">
|
||||
<details id="tags">
|
||||
<summary>Tags</summary>
|
||||
<ul>
|
||||
{{ range .Site.Taxonomies.tags.ByCount }}
|
||||
<li><a href="{{ .Page.Permalink }}">{{ .Page.Title }} ({{ .Count }})</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</details>
|
Loading…
Reference in a new issue