Skip to content
Snippets Groups Projects
Unverified Commit c0e7be65 authored by Nicola Biancolini's avatar Nicola Biancolini Committed by GitHub
Browse files

Fix malformed html structure of the translation list on post. (#886)

Moves "Translations" word out of `ul`
parent 39910dc2
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@
{{- if (ne .Layout "search") }}
{{- if or .Params.author site.Params.author (.Param "ShowReadingTime") (not .Date.IsZero) }} | {{- end -}}
{{- end }}
{{- i18n "translations" | default "Translations" }}:
<ul class="i18n_list">
{{- i18n "translations" | default "Translations" }}:
{{- range .Translations }}
<li>
<a href="{{ .Permalink }}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment