Releases: frjo/hugo-theme-zen
Releases · frjo/hugo-theme-zen
1.5.1
- Improve accessibility with use of aria-current, thanks @pitermach.
- Use CSS flex to style taxonomy tags in posts.
- Use safeHTMLAttr to avoid encoding characters in header meta and link tags.
1.5.0
- Turn sidebar off by default.
- Add German language translation. Thanks @fri-sch.
- Improve and document how to set language direction, i.e ltr/rtl.
- Add alternate language link tags in head.
- Use paginator for mainSections on home page.
- Increase hight of code blocks.
- CSS: Improve code styling when using pygments.
- Do not build styles twise in development. Output identical.
- Add a script to copy files most commonly overridden on a new site.
1.4.2
1.4.1
1.4.0
1.3.0
- Merge partials for head and add logic so they can be added once in baseof instead of in each single and list template.
- Removed "meta" block and "renamed "header" block to "head".
- Add https to Matomo links.
- Remove obsolete attributes from meta viewport.
- Add itemprop author so author is detected in browsers reader view.
- Make use of the fact that Hugo sets enviroment to development when running hugo server.
- Cleanup the menu partials, utilise Hugo features and performance better.
- Moving logic inside matomo partial.
- Update mode packages.
1.2.0
1.1.1
1.1.0
- Added support for podcasts.
- Improve favicon meta tags, support realfavicongenerator.
- Improved the Readme, thank you to the nice Cupper Hugo theme