- If `blogs` isn't set in the config file, `blog` is treated as a blog, to
avoid breaking existing sites
- If it is, only sections listed are treated as blogs, possibly
excluding `blog`
- Differences include comments, but also hn/lobsters links, time to
read, and tags (possibly non-exhaustive)
* Make the theme compliant with W3C standards (#55)
* Dropped the line because chrome tab is deprecated.
* On header, "li" elements are meant to surround the "a" elements and not the other way around.
* Dropped all section tags I could find at first glance, as they had no semantic meaning and were firing warnings at the W3C validator.
* Change "middot" from a helper div to a helper class since putting div's inside ul's is not compliant
* Fixed a problem of the previous commit. A middot would not hide if on mobile.
* Fix archetypes bug with Go templates
* Fix additional validation error in 404
- Change color from orange to blue; improve colors elsewhere
- Change `div.section` to `section`
- Rename `posts` directory to `blog`
- Add ability to specify extra CSS files in `config.toml`
- Removed `WebFontsFile` feature from `config.toml`
- Remove the initials displayed on top right of single post pages
- Update example site