mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
23.21.2024 e22c42896a9222d94de69fffa752954aa969f8df
1
2
3
4
5
6
7
{{ $dir := "" }}
{{ if ge hugo.Version "0.67.1" }}
  {{ with  site.Language.LanguageDirection }}
     {{ $dir = . }}
  {{ end }}
{{ end }}
{{ return $dir }}