Skip to content

Commit

Permalink
Fix display of translation links (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivierg authored Nov 10, 2023
1 parent 62618bd commit 08cfb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/post_meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{{- $links := apply $sortedTranslations "partial" "translation_link.html" "." -}}
{{- $cleanLinks := apply $links "chomp" "." -}}
{{- $linksOutput := delimit $cleanLinks (i18n "translationsSeparator") -}}
 • {{ i18n "translationsLabel" }}{{ $linksOutput }}
 • {{ i18n "translationsLabel" }}{{ $linksOutput | safeHTML }}
{{- end }}
</span>

0 comments on commit 08cfb44

Please sign in to comment.