From d342dcd1a5ac29364320fa27ffac56b590f64d3e Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Thu, 26 Sep 2024 21:37:16 +0200 Subject: Add docs regarding styling theme --- layouts/partials/func/GetLanguageDirection.html | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 layouts/partials/func/GetLanguageDirection.html (limited to 'layouts/partials/func/GetLanguageDirection.html') diff --git a/layouts/partials/func/GetLanguageDirection.html b/layouts/partials/func/GetLanguageDirection.html deleted file mode 100644 index fe107a8..0000000 --- a/layouts/partials/func/GetLanguageDirection.html +++ /dev/null @@ -1,5 +0,0 @@ -{{ $dir := "" }} -{{ with site.Language.LanguageDirection }} - {{ $dir = . }} -{{ end }} -{{ return $dir }} -- cgit v1.2.3