v0.6.7 Release Notes

This release makes theme meta information work in any environment, specifically the themes.gohugo.io website, and changes to the default language code for better fallbacks.

Axiom Theme
Axiom Theme

This release makes theme meta information work in any environment, specifically the themes.gohugo.io website, and changes to the default language code for better fallbacks.

Updates

  • Make theme meta work in any environment, remove some outdated meta tags. Certain build environments were breaking, such as the themes.gohugo.io website, this update makes the code more robust (02c4000)
  • Simplify language files, stronger language fallbacks, change defaultContentLanguage to en from en-us (09f8bf9, c69c5c2)
  • Disable Disqus comments when on localhost to prevent phantom threads (baaf570)

This release makes theme meta information work in any environment, specifically the themes.gohugo.io website, and changes to the default language code for better fallbacks.

Upgrade Guide

# config.toml
defaultContentLanguage = "en"

[languages]
[languages."en"]
weight = 1
languageName = "English"