mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-04-28 11:52:44 +00: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 }}
|