Skip to content

v1.4.0

Compare
Choose a tag to compare
@ldeso ldeso released this 13 Nov 10:29
· 9 commits to master since this release

Hugo Flex v1.4.0

This release introduces a new feature making the theme strictly adhere to the latest version of the HTML5 specification: now, articles are always rendered with h2 as their top heading level when they are seen from the home page, and h1 as their top heading level when they are seen on their own page. See issue #39 for more details.

Starting from this release, it is now also possible to render maths without setting "renderer.unsafe=true" in the website configuration.

Diff from v1.3.0

New Feature

  • Fix multiple h1 elements on home page (#39) e14b01d

Enhancements

  • Use math shortcode without renderer.unsafe=true fef2d57
  • Update default KaTeX version 97b0c2f

Bug Fix

  • Replace .Page.Scratch with .Page.Store (#42) 59112ab

Note

  • Bump verified Hugo versions in README.md 5e85daf
  • Use $noop variable instead of with 61dff87