Fix link tags

This commit is contained in:
loviuz 2023-03-02 00:14:02 +01:00
parent fb73951e89
commit 070ea149c9
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
</div>
{{ with .Page.Params.Authors }}{{ partial "taxonomy/authors.html" . }}{{ end }}
{{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }}
{{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }}
{{ with .GetTerms "tags" }}{{ partial "taxonomy/tags.html" . }}{{ end }}
</div>
</header>

@ -1 +1 @@
Subproject commit 846fb166e426a6811003436daa6c4e68f05c1409
Subproject commit d66f7cee3cfe75e32f7b28de1d8c75bfe340e896