- Site upgraded to Hugo 0.60.0, using the new Goldmark markdown library
- Updated Netlify build options resulting in a more minified HTML deploymend
- Updated to v0.1.4 of my custom Hugo theme
The new Goldmark renderer disallows inline HTML by default, which broke my current rel="me” back-link to my Mastodon profile. Until I update my custom theme to provide better IndieWeb hooks via layout templates, I ended up having to update my config.toml to add
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true