Skip to content

Commit

Permalink
feat: add support for breaking changes in Hugo v0.120.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Nov 2, 2023
1 parent 0120b46 commit d537e4b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -14,4 +14,4 @@
{{/* Show end time if not all day event. */}}
{{ if not .Params.all_day }}{{ $str = $str | append (time.Format site.Params.locale.time_format (time $t2)) }}{{ end }}
{{ end }}
{{ return (delimit $str " ") }}
{{ return ((delimit $str " ") | safeHTML) }}

0 comments on commit d537e4b

Please sign in to comment.