Why does Hugo have such bad commitment to backwards compatibility? Every six months I have to replace some random set of deprecated parameters. Today:
- .Site.Author -> .Site.Params.Author
- .Site.IsMultiLingual -> .hugo.IsMultilingual
- .Site.LastChange -> .Site.Lastmod (really?)
Like what feature or development was being held back by the existence of these old parameters? What a waste of time. Static site generators should not be causing this much grievance.