feat(tags): tags are now only shown on the header

This commit is contained in:
2022-08-18 18:30:41 +02:00
parent 861a89325f
commit 2ad210a5e3
2 changed files with 1 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
</div>
<nav class="site-nav hide-in-mobile">
{{ partialCached "menu.html" . }}
<a href="/tags/">Tags</a>
</nav>
</div>
<div class="hdr-right hdr-icons">

View File

@@ -10,4 +10,3 @@
<a href="{{ .URL | absLangURL }}">{{ .Name }}</a>
{{- end }}
{{- end }}
<a href="/tags/">Tags</a>