🐛 `headline` not displaying Markdown or Emoji

pull/231/head
James Panther 2022-06-22 12:15:05 +10:00
parent 97313e9f04
commit 7c6453fd30
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Fixed
- Search not working when `baseURL` does not end with a forward slash ([#224](https://github.com/jpanther/congo/pull/224))
- Author `headline` parameter not correctly displaying Markdown or Emoji content
## [2.2.2] - 2022-06-16

View File

@ -22,7 +22,7 @@
</h1>
{{ with .Site.Author.headline }}
<h2 class="text-xl text-neutral-500 dark:text-neutral-400">
{{ . }}
{{ . | markdownify | emojify }}
</h2>
{{ end }}
<div class="mt-1 text-2xl">