🐛 Pass article meta to safeHTML to type hint for delimit function

Fixes #689
This commit is contained in:
James Panther
2023-10-31 09:19:58 +11:00
parent bba8df99ac
commit c87c9adece
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
### Fixed
- Article metadata HTML is output as text when using Hugo v0.120.0 ([#689](https://github.com/jpanther/congo/pull/689))
## [2.7.2] - 2023-10-26
### Changed