8.16.0
stevenjoezhang
released this
06 May 01:57
·
137 commits
to master
since this release
What's Changed
π New Features
- Support AddToAny share by @stevenjoezhang in #633
+# AddToAny Share. See: https://www.addtoany.com
+addtoany:
+ enable: false
+ buttons:
+ - facebook
+ - twitter
β Features
# Umami Analytics
# See: https://umami.is/
umami:
enable: false
script_url: # https://umami.example.com/script.js
website_id: # <your website id>
+ host_url: # <your umami site url>
# Define custom file paths.
# Create your custom files in site directory `source/_data` and uncomment needed files below.
custom_file_path:
#head: source/_data/head.njk
#header: source/_data/header.njk
#sidebar: source/_data/sidebar.njk
#postMeta: source/_data/post-meta.njk
+ #postBodyStart: source/_data/post-body-start.njk
...
π Bug Fixes
- Fix header class name conflict with pandoc (ed4bb2b)
- Fix figcaption position when mobile_layout_economy enabled (c8b8456)
π External Changes
New Contributors
Full Changelog: v8.15.1...v8.16.0