Skip to content

Commit

Permalink
Fix malformed html structure of the translation list on post. (aditya…
Browse files Browse the repository at this point in the history
…telange#886)

Moves "Translations" word out of `ul`
  • Loading branch information
binick authored and dunklecat committed Oct 8, 2022
1 parent 1965937 commit 2e9ee92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/translation_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}">
Expand Down

0 comments on commit 2e9ee92

Please sign in to comment.