mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-02-22 14:27:41 +01:00
8 lines
157 B
HTML
8 lines
157 B
HTML
{{ $dir := "" }}
|
|
{{ if ge hugo.Version "0.67.1" }}
|
|
{{ with site.Language.LanguageDirection }}
|
|
{{ $dir = . }}
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ return $dir }}
|