Skip to content

v7.1.0

Compare
Choose a tag to compare
@qwtel qwtel released this 02 Nov 16:42
· 1236 commits to master since this release

Changed

  • Renamed no_description to hide_description.
    Since this feature isn't yet documented outside of the change log, the old name will not continue to work.
  • When providing images to image, image.path, image.src, image.srcset and accent_image ,
    it is no longer necessary to prepend the url with the baseurl of the site,
    e.g. values like accent_image: /assets/img/sidebar-bg.jpg are now valid.
  • Limited scope of a and img styles to content areas.
  • Upgraded KaTeX to v0.8.3
  • Upgraded jekyll-relative-links to v5.0.1

Fixes

  • font and font_heading are now properly set when using the no_inline_css option #47.
  • Fixed default values for image and logo that were referring to non-existing images.
  • Added missing JS dev dependencies.

Content

  • Updated documentation
  • Updated index, download, about and README pages.