From de73ae808746197d983a6ca5ec680e6ecdca2288 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Thu, 3 Feb 2022 15:53:07 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20emoji=20strings=20in=20tab?= =?UTF-8?q?les=20of=20contents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 ++++++- layouts/partials/toc.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb0d45c..d18515f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Fixed + +- Hugo module error when downloading version 2 +- Emoji strings not displaying in table of contents + ## [2.0.0] - 2022-02-03 ### Added @@ -15,7 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Site search powered by Fuse.js - Automatic Markdown image resizing and srcset generation - Performance and Accessibility improvements to achieve perfect Lighthouse scores -- Tables of Contents on article pages +- Tables of contents on article pages - Code copy buttons in article content - Taxonomy and term listings now support Markdown content - Taxonomies on article and list pages diff --git a/layouts/partials/toc.html b/layouts/partials/toc.html index 6be58579..bd32816e 100644 --- a/layouts/partials/toc.html +++ b/layouts/partials/toc.html @@ -7,6 +7,6 @@