Version 5.14
See the changelog of this version for a detailed list of changes.5.14.0 (2023-05-20)
New
-
New Th' taxonomy planks received some love 'n this release, mak'n them better leverage avail'ble screen space an' add'n translat'n support fer th' taxonomy names.
Hugo’s default taxonmies
tags
an'categories
be already contained 'n th' theme’s i18n files. If ye have self-defined taxonomies, ye can add translat'ns by add'n them t' yer own i18n files. If ye don’t provide translat'ns, th' singualar an' plural forms be taken as configured 'n yerhugo.toml
. -
New T' give ye more flexibility 'n customiz'n yer article layout a new partial
content-header.html
be introduced.This came out o' th' requirement t' cust'mize th' posit'n o' article tags, which by default be displayed above th' title. A second requirement was t' also show additional taxonomies not supported by th' theme natively. While Cap'n Hugo supports tags an' categories by default, th' theme only displays tags.
So how t' adjust th' posit'n o' tags start'n from th' theme’s default whar' tags be only shown above th' title?
- Hide tags above title: Overwrite
content-header.html
wit' an empty file. - Show tags between title an' rrrambl'n: Overwrite
heading-post.html
an' add{{ partial "tags.html" . }}
t' it. - Show tags below rrrambl'n: Overwrite
content-footer.html
an' add{{ partial "tags.html" . }}
t' it.
- Hide tags above title: Overwrite
-
New Th' new parameter
breadcrumbSeparator
be now avail'ble 'n yerhugo.toml
t' change th' - well - separator o' th' breadcrumb items. An appropriate default be 'n place if ye do not configure anyth'n.