mirror of https://github.com/jpanther/congo.git
🐛 Fix emoji strings in tables of contents
parent
a1175cdcdf
commit
de73ae8087
|
@ -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
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
<div
|
||||
class="py-2 border-dotted ltr:border-l rtl:border-r rtl:pr-5 ltr:pl-5 ltr:-ml-5 rtl:-mr-5 border-neutral-300 dark:border-neutral-600"
|
||||
>
|
||||
{{ .TableOfContents }}
|
||||
{{ .TableOfContents | emojify }}
|
||||
</div>
|
||||
</details>
|
||||
|
|
Loading…
Reference in New Issue