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

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