Skip to content

Releases: ldeso/hugo-flex

v1.0.3

31 Dec 09:06
Compare
Choose a tag to compare

Hugo Flex v1.0.3

This release allows using the pageRef property for menu entries that reference internal pages in other formats than HTML, such as RSS feeds. This is noted as a bug fix because, as stated in issue #31, the pageRef property is required for menu entries pointing to internal pages of the website.

Diff from v1.0.2

Bug Fixes

  • Allow pageRef with outputFormat for internal links 0b8cacc
  • Remove title in link to alternative output format 06fc6d1

Notes

  • Use same code as link.html in rss.xml 5e07650

v1.0.2

29 Dec 14:45
Compare
Choose a tag to compare

Hugo Flex v1.0.2

This release fixes a small problem in recent mobile browsers, where pages that didn't have a lot of content were nevertheless too large to fit the viewport height and required the user to scroll to see the footer.

Diff from v1.0.1

Bug Fix

  • Fix min-height too large in mobile browsers (#35) 725dd09

v1.0.1

28 Dec 13:35
Compare
Choose a tag to compare

Hugo Flex v1.0.1

This release fixes an inconsistency when the site is displayed in Chrome for Android and enhances the SoundCloud player shortcode.

Diff from v1.0.0

Bug Fix

  • Disable Chrome font boosting in footer (#34) 213c7b8

Enhancements

  • Use <button> element in SoundCloud shortcode (#33) d4c383e
  • Display the SoundCloud URL when JS is disabled ab2eddd

v1.0.0

21 Dec 09:42
Compare
Choose a tag to compare

Hugo Flex v1.0.0

The theme is now relatively feature-complete and bug-free. It is time to tag an initial release.

Diff from last month

Note

  • [BREAKING] Rename menu.nav to menu.main 3b4b023