diff --git a/layouts/novita/single.html b/layouts/novita/single.html index 0a64263..7040cda 100644 --- a/layouts/novita/single.html +++ b/layouts/novita/single.html @@ -28,9 +28,9 @@ {{ i18n "reading_time" .ReadingTime }} - {{ 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 "authors" }}{{ partial "taxonomy/authors.html" . }}{{ end }} + {{ with .GetTerms "categories" }}{{ partial "taxonomy/categories.html" . }}{{ end }} + {{ with .GetTerms "tags" }}{{ partial "taxonomy/tags.html" . }}{{ end }} diff --git a/layouts/progetti/single.html b/layouts/progetti/single.html index b87ed54..5bcf4f9 100644 --- a/layouts/progetti/single.html +++ b/layouts/progetti/single.html @@ -28,9 +28,9 @@ {{ i18n "reading_time" .ReadingTime }} - {{ 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 "authors" }}{{ partial "taxonomy/authors.html" . }}{{ end }} + {{ with .GetTerms "categories" }}{{ partial "taxonomy/categories.html" . }}{{ end }} + {{ with .GetTerms "tags" }}{{ partial "taxonomy/tags.html" . }}{{ end }} diff --git a/layouts/tags/single.html b/layouts/tags/single.html index fcbccf9..a7f953b 100644 --- a/layouts/tags/single.html +++ b/layouts/tags/single.html @@ -28,9 +28,9 @@ {{ i18n "reading_time" .ReadingTime }} - {{ 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 "authors" }}{{ partial "taxonomy/authors.html" . }}{{ end }} + {{ with .GetTerms "categories" }}{{ partial "taxonomy/categories.html" . }}{{ end }} + {{ with .GetTerms "tags" }}{{ partial "taxonomy/tags.html" . }}{{ end }} diff --git a/themes/hugo-coder b/themes/hugo-coder index 1fb96cf..1ac9df3 160000 --- a/themes/hugo-coder +++ b/themes/hugo-coder @@ -1 +1 @@ -Subproject commit 1fb96cf9a920c46e01f3c0736cf01770c041617e +Subproject commit 1ac9df38a59aea83e16163d7579b1dfc02904e90