diff --git a/i18n/en.toml b/i18n/en.toml index de00e4b..0fb5cd2 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,5 +1,7 @@ # File slightly changed from theme's i18n file. Keep track of changes and additions from theme. # Additional translations also can go here. +[author] +other = "author" [category] other = "category" diff --git a/layouts/posts/single.html b/layouts/posts/single.html index a7c70c7..ecd6ab3 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -21,10 +21,10 @@ {{ i18n "reading_time" .ReadingTime }} - {{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }} - {{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }} {{ 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 }}