Author taxonomy changes :)
parent
dd00f1a9b0
commit
3d5f5fa6ea
|
@ -1,5 +1,7 @@
|
||||||
# File slightly changed from theme's i18n file. Keep track of changes and additions from theme.
|
# File slightly changed from theme's i18n file. Keep track of changes and additions from theme.
|
||||||
# Additional translations also can go here.
|
# Additional translations also can go here.
|
||||||
|
[author]
|
||||||
|
other = "author"
|
||||||
|
|
||||||
[category]
|
[category]
|
||||||
other = "category"
|
other = "category"
|
||||||
|
|
|
@ -21,10 +21,10 @@
|
||||||
{{ i18n "reading_time" .ReadingTime }}
|
{{ i18n "reading_time" .ReadingTime }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }}
|
|
||||||
{{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }}
|
|
||||||
<!-- manually added in for authors taxonomy listing, keep changes merged into this file as it overwrites the theme's file-->
|
<!-- manually added in for authors taxonomy listing, keep changes merged into this file as it overwrites the theme's file-->
|
||||||
{{ with .Page.Params.Authors }}{{ partial "taxonomy/authors.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 }}
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
Reference in New Issue