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/custom-head.html | 2 +- layouts/partials/func/GetLanguageDirection.html | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 layouts/partials/func/GetLanguageDirection.html (limited to 'layouts') diff --git a/layouts/partials/custom-head.html b/layouts/partials/custom-head.html index 5883332..05c28a7 100644 --- a/layouts/partials/custom-head.html +++ b/layouts/partials/custom-head.html @@ -1,5 +1,5 @@ {{- /* Head custom content area start */ -}} {{- /* A partial to be overwritten by the user. */ -}} -{{- /* Simply place a custom-head.html into your local /layouts/partials-directory. */ -}} +{{- /* Simply place a custom-head.html into your local /layouts/partials - directory. */ -}} {{- /* Its content will appear before the closing . */ -}} {{- /* Head custom content area end */ -}} 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