summaryrefslogtreecommitdiffstats
path: root/layouts/partials/func/GetLanguageDirection.html
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-09-26 21:37:16 +0200
committerSerghei Iakovlev <git@serghei.pl>2024-09-26 21:40:28 +0200
commitd342dcd1a5ac29364320fa27ffac56b590f64d3e (patch)
treee04692bf8940133799ecdf422ef219487e241d91 /layouts/partials/func/GetLanguageDirection.html
parentf00eb2b552317597462a09e024217533af8c3115 (diff)
downloadgohugo-theme-ed-d342dcd1a5ac29364320fa27ffac56b590f64d3e.tar.gz
Add docs regarding styling theme
Diffstat (limited to 'layouts/partials/func/GetLanguageDirection.html')
-rw-r--r--layouts/partials/func/GetLanguageDirection.html5
1 files changed, 0 insertions, 5 deletions
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 }}