From 180471112e2ccc50150a90cab1684f70ea635390 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Mon, 10 Mar 2025 09:29:18 +0000
Subject: [PATCH] refactor: move all template methods to proper GoHugo methods

---
 layouts/partials/func/GetLanguageDirection.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/partials/func/GetLanguageDirection.html b/layouts/partials/func/GetLanguageDirection.html
index e42a423..28da8e5 100644
--- a/layouts/partials/func/GetLanguageDirection.html
+++ b/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 }}

--
Gitblit v1.10.0