v2.1.5
Bug Fixes
- #11: glyph-correction on WebKit (5e4e934), closes #11
- #11: U+00B7 (76f6371), closes #11
- footnote
hr
style (5f8598b) - use relURL for fonts (de6916f)
Code Refactoring
Features
- add
enableFingerprint
for style & script (ebaa065) - change some URLs to relative to support IPFS (6b678da)
- video hosting URL (9b15d2e)
BREAKING CHANGES
- fonts.scss changed
If you have customized fonts.scss
, be sure to check this change before updating.
- config.toml option changed
# Image Hosting
# Only support absolute URLs relative to root,
# eg: /../../*.jpg
enableImageHost = false
imageHostURL = "https://example.com/"
# Use host URL for head meta tags also
headAlso = false
# Video Hosting
# Only support absolute URLs relative to root,
# eg: /../../*.mp4
enableVideoHost = false
videoHostURL = "https://example.com/"