Patch link issue with delimit due to breaking change in Hugo v0.120

References:
- https://github.com/gohugoio/hugo/releases/tag/v0.120.0
- https://github.com/gohugoio/hugo/issues/10876
- https://github.com/gohugoio/hugo/issues/11502
This commit is contained in:
2023-11-03 22:08:23 -05:00
parent ede5958a46
commit 0f717e81c0
5 changed files with 6 additions and 6 deletions

View File

@ -12,6 +12,6 @@
This post is part of a series:
{{ end }}
{{ delimit $series ", " }}
{{ delimit $series ", " | safeHTML }}
</div>
{{ end }}