Enhancements
- Simplify year archive Liquid.
- Add documentation on how to downgrade theme.
- Improve greedy navigation's layout when JavaScript is disabled.
- Improve SEO include by grouping similar tags, reducing white-space, and adding
article:modified_time
. [#1456] - Minify
assets/js/lunr/lunr.js
. - Improve calculation of Greedy navigation's
availableSpace
. - Add Danish and Russian translations for new search strings. [#1472] [#1477]
- Indicate that archive titles are links with an underline.
- Remove
base_path
include from/test
pages. - Reduce font-size of page meta in list/grid items.
- Improve feature row styling when used with
archive
layout. [#1484] - Improve German translations. [#1511]
- Update Font Awesome to
5.0.6
. [#1513] - Add
wide
variant to single layout. [#1516]
Bug Fixes
- Allow
author
to accept an object or string. [#289] - Fix syntax highlighting line number styling inconsistency. [#1467]
- Fix author sidebar icon colors for dark skins. [#1482]
- Remove misleading underline hover state on feature row items.
- Properly escape quotes in
site.social.name
andsite.name
. [#1485] - Fix typo in upgrading documentation. [#1487]
- Fix
border-bottom
for Gist line numbers. - Replace
|
with HTML entity when used as title separator. [#760]