diff options
Diffstat (limited to 'layouts/_partials/pageinfo.gmi')
| -rw-r--r-- | layouts/_partials/pageinfo.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_partials/pageinfo.gmi b/layouts/_partials/pageinfo.gmi index f68fa2f..8a5d33e 100644 --- a/layouts/_partials/pageinfo.gmi +++ b/layouts/_partials/pageinfo.gmi @@ -19,4 +19,4 @@ {{ $nonBreakingAudioAvailable = replace $nonBreakingAudioAvailable " " " " -}} {{ $nonBreakingAudioAvailable = replace $nonBreakingAudioAvailable "-" "‑" -}} -{{ emojify ":calendar:" }} {{ $nonBreakingPublishDate }} {{ emojify ":stopwatch:" }} {{ $nonBreakingReadingTime }}{{ if where .Resources "MediaType.MainType" "audio" }} {{ emojify ":headphones:" }} {{ $nonBreakingAudioAvailable }}{{ end }}{{ if $nonBreakingTags }} {{ emojify ":label:" }} {{ end }}{{ range $key, $val := $nonBreakingTags }}{{ if $key }}, {{ end }}{{ $val }}{{ end }}
\ No newline at end of file +{{ emojify ":calendar:" }} {{ $nonBreakingPublishDate }} {{ emojify ":stopwatch:" }} {{ $nonBreakingReadingTime }}{{ if where .Resources "MediaType.MainType" "audio" }} {{ emojify ":headphones:" }} {{ $nonBreakingAudioAvailable }}{{ end }}{{ if $nonBreakingTags }} {{ emojify ":label:" }} {{ end }}{{ range $key, $val := $nonBreakingTags }}{{ if $key }}, {{ end }}{{ $val }}{{ end -}} |
