Skip to content

8.16.0

Compare
Choose a tag to compare
@stevenjoezhang stevenjoezhang released this 06 May 01:57
· 137 commits to master since this release

What's Changed

🌟 New Features

+# 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