Reduce padding and adjust toc `font-size`
Fit more text to handle indentation better.
Ref: #1782
Update CHANGELOG and history
Fix: use relative links for menu items when possible (#1783) (#1784)
Update CHANGELOG and history
Fixing scaling issue w. emoji in Sidebar Author Profile (#1780)
* Fixing scaling issue w. emoji in Sidebar Author Profile
Had the same issue as in mmistakes#1554
So should there be more demand for having emojis in sidebar, this style change fixes it
* Fix indendation and nesting
Adjust height of navigation toggle
Update Staticman commit message to include name
Switch `$nav-height` to a relative unit
Increase navigation min-height
Update CHANGELOG and history
Increase font-size to improve readability
Use sentence case for better readability
Adjust feature row spacing and font-sizes
Style archive links with appropriate link color
Improve side navigation spacing in relation to masthead
Update CHANGELOG and history
Add `{{ content }}` to `home` layout (#1775)
* Add `{{ content }}` to `home` layout
Allow the author to add content which will appear above the list of
recent posts. This also allows the `home` layout to be extended.
Add text to index.html in tests to indicate that the content appears in
the correct spot.
* Add paragraph markup
Since this is a HTML file, proper paragraph markup is needed.
Update CHANGELOG and history