mondart.com/mondarth-com/themes/mondarth/layouts/partials/func/GetLanguageDirection.html
2024-07-13 11:25:02 +01:00

8 lines
157 B
HTML

{{ $dir := "" }}
{{ if ge hugo.Version "0.67.1" }}
{{ with site.Language.LanguageDirection }}
{{ $dir = . }}
{{ end }}
{{ end }}
{{ return $dir }}