diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-09-26 21:37:16 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <git@serghei.pl> | 2024-09-26 21:40:28 +0200 |
| commit | d342dcd1a5ac29364320fa27ffac56b590f64d3e (patch) | |
| tree | e04692bf8940133799ecdf422ef219487e241d91 /layouts/partials/func/GetLanguageDirection.html | |
| parent | f00eb2b552317597462a09e024217533af8c3115 (diff) | |
| download | gohugo-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.html | 5 |
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 }} |
