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

Patrick Kollitsch
10.29.2025 180471112e2ccc50150a90cab1684f70ea635390
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 }}