- Move the license block to after the head block in
base.html
.
- Remove references to kura.io
- Removed Google Plugs from share template.
Updated share colours to be from the Material Design palette.
Added some automatic colouring of links/icons for AUTHOR_CARD
Added ability to disable comments and author_card for a specific page or article using metadata.
With RST this translates to:
Example title ############# :slug: example :author_card: False :comments: False
And Markdown:
Title: Example title Slug: example Author_card: False Comments: False
- Stop using base64 fonts, dumb idea to begin with.
- Tidy up font sizes in headers.
- Bug fixes in template styles.
- Huge overhaul of theme... Too much to list, check out the documentation.
- Added better templates for tags and categories.
- Fixed RSS and Atom having the wrong types.
- Updated archive templates so they aren't terrible.
- archive will automatically links to year and month archives if
YEAR_ARCHIVE_SAVE_AS
orMONTH_ARCHIVE_SAVE_AS
are set. - partial_archives template now works as expected instead of showing every article.
- Added archive to header and footer menus.
- Template clean up, mostly making the HTML itself look prettier to edit.
- Added aria labels to elements to improve accessibility.
- Added structures to articles and pages, using schema.org additional markup.
- Accidentally messed up Disqus and variable names where not used, so comments didn't actually work properly...
- Load fonts from base64 in the CSS file.
- Add ability to use muut instead of Disqus using
MUUT_SITENAME
variable. - Make the share buttons nicer.
- Added "back to top" links.
- Replace
vh
definitions withem
for ribbon. - Replace truetype fonts with woff2 and woff.
- Eevee released