fix(posts): fix broken rendering styles

This commit is contained in:
2022-08-18 18:13:21 +02:00
parent 6f43dd1c3a
commit b76ffdd729
4 changed files with 14 additions and 11 deletions

View File

@@ -27,5 +27,6 @@
{{- range .Site.Menus.main }}
<li><a href="{{ .URL | absLangURL }}">{{ .Name }}</a></li>
{{- end }}
<li><a href="/tags/">Tags</a></li>
</ul>
</div>

View File

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