distorsion.interhacker.space/themes/ananke/layouts/partials/func/GetLanguageDirection.html

8 lines
157 B
HTML
Raw Normal View History

2025-01-24 23:17:58 +01:00
{{ $dir := "" }}
{{ if ge hugo.Version "0.67.1" }}
{{ with site.Language.LanguageDirection }}
{{ $dir = . }}
{{ end }}
{{ end }}
{{ return $dir }}