mirror of
https://github.com/loviuz/loviuz-website.git
synced 2025-01-02 19:47:04 +01:00
Fix link tags
This commit is contained in:
parent
fb73951e89
commit
070ea149c9
@ -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
|
Loading…
Reference in New Issue
Block a user