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:
Aditya Telange
2025-09-27 00:04:33 +05:30
parent dfe2f63b61
commit ac64b01989
3 changed files with 10 additions and 8 deletions

View File

@@ -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>