summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/custom-head.html2
-rw-r--r--layouts/partials/func/GetLanguageDirection.html5
2 files changed, 1 insertions, 6 deletions
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>. */ -}}
{{- /* 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 }}