gohugo-theme-ananke/layouts/partials/language-direction.html
2022-04-15 12:06:45 +03:00

4 lines
113 B
HTML

{{- if ge hugo.Version "0.67.1" -}}
dir="{{ $.Site.Language.LanguageDirection | default "ltr" }}"
{{- end -}}