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
defaultContentLanguagetoenfromen-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
- Update your project's
config.tomlto match the Example project's Config file in this commit (marketempower/axiom-example@0a9bbb3)
# config.toml
defaultContentLanguage = "en"
[languages]
[languages."en"]
weight = 1
languageName = "English"
