antidocs theme

This commit is contained in:
Nox Sluijtman 2024-02-11 01:09:03 +01:00
parent 53560c95d3
commit eb4af4bb88
13 changed files with 641 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<menu>
{{range $name, $taxonomy := .Site.Taxonomies.tags}}
{{ with $.Site.GetPage (printf "/tags/%s" $name) }}
<a href={{ .RelPermalink }} title="All pages with tag <i>{{$name}}</i>">#{{$name}}</a>
{{end}}
{{end}}
</menu>