diff --git a/themes/beautifulhugo/layouts/partials/post_meta.html b/themes/beautifulhugo/layouts/partials/post_meta.html index c44432655e5c2d7b346919c3e1a6896cae518427..814446e4ace98bcc2949d63c00b3a061a0e9160c 100644 --- a/themes/beautifulhugo/layouts/partials/post_meta.html +++ b/themes/beautifulhugo/layouts/partials/post_meta.html @@ -9,8 +9,9 @@  |  {{ i18n "readingTime"}}{{ .ReadingTime }} {{ i18n "readTime" }} {{ end }} {{ if .Params.tags }} +  |  {{ range .Params.tags }} -  | {{ . }}  + {{ . }}  {{ end }} {{ end }} {{ if .Site.Params.wordCount }} @@ -44,6 +45,6 @@ {{- $links := apply $sortedTranslations "partial" "translation_link.html" "." -}} {{- $cleanLinks := apply $links "chomp" "." -}} {{- $linksOutput := delimit $cleanLinks (i18n "translationsSeparator") -}} -  • {{ i18n "translationsLabel" }}{{ $linksOutput }} +  | {{ i18n "translationsLabel" }}{{ $linksOutput }} {{- end }}