diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a23b5e2..6b6e2b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Icon for Stack Overflow ([#82](https://github.com/jpanther/congo/pull/82)) +### Fixed + +- Emoji characters in article titles not appearing on list pages and in HTML metadata ([#84](https://github.com/jpanther/congo/pull/82)) + ## [1.6.2] - 2022-01-07 ### Changed diff --git a/exampleSite/content/samples/emoji.md b/exampleSite/content/samples/emoji.md index 4823a415..3efbefc2 100755 --- a/exampleSite/content/samples/emoji.md +++ b/exampleSite/content/samples/emoji.md @@ -1,8 +1,8 @@ --- -title: "Emoji" +title: "Emoji :parachute:" date: 2019-03-05 description: "Guide to Emoji usage in Congo" -summary: "📖🏞️🧗🏽🪂🐉🧙🏽‍♂️🧚🏽👸" +summary: "📖🏞️🧗🏽🐉🧙🏽‍♂️🧚🏽👸" tags: ["emoji", "sample"] ---