mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git
layouts/partials/func/GetLanguageDirection.html @@ -1,5 +1,5 @@ {{ $dir := "" }} {{ if ge hugo.Version "0.67.1" }} {{ if compare.Ge hugo.Version "0.67.1" }} {{ with site.Language.LanguageDirection }} {{ $dir = . }} {{ end }}