mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 10:31:39 +01:00
Fix malformed html structure of the translation list on post. (#886)
Moves "Translations" word out of `ul`
This commit is contained in:
parent
39910dc27f
commit
c0e7be6534
@ -2,8 +2,8 @@
|
|||||||
{{- if (ne .Layout "search") }}
|
{{- if (ne .Layout "search") }}
|
||||||
{{- if or .Params.author site.Params.author (.Param "ShowReadingTime") (not .Date.IsZero) }} | {{- end -}}
|
{{- if or .Params.author site.Params.author (.Param "ShowReadingTime") (not .Date.IsZero) }} | {{- end -}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
<ul class="i18n_list">
|
|
||||||
{{- i18n "translations" | default "Translations" }}:
|
{{- i18n "translations" | default "Translations" }}:
|
||||||
|
<ul class="i18n_list">
|
||||||
{{- range .Translations }}
|
{{- range .Translations }}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ .Permalink }}">
|
<a href="{{ .Permalink }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user