mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-09-28 17:32:33 +02:00
fix(translation_list): wrap translation label in a span for better styling
fix(post_meta): add span tags for reading time, word count, and author metadata fix(edit_post): wrap edit link in a span for consistent styling
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{{- if .IsTranslated -}}
|
||||
{{- if (ne .Layout "search") }}
|
||||
{{- if or .Params.author site.Params.author (.Param "ShowReadingTime") (not .Date.IsZero) }} | {{- end -}}
|
||||
{{- end }}
|
||||
{{- i18n "translations" | default "Translations" }}:
|
||||
{{- end -}}
|
||||
<span>{{- i18n "translations" | default "Translations" }}:</span>
|
||||
<ul class="i18n_list">
|
||||
{{- range .Translations }}
|
||||
<li>
|
||||
|
Reference in New Issue
Block a user