diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 623ac1f..291fbf3 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - +
diff --git a/layouts/partials/func/GetLanguageDirection.html b/layouts/partials/func/GetLanguageDirection.html deleted file mode 100644 index 28da8e5..0000000 --- a/layouts/partials/func/GetLanguageDirection.html +++ /dev/null @@ -1,7 +0,0 @@ -{{ $dir := "" }} -{{ if compare.Ge hugo.Version "0.67.1" }} - {{ with site.Language.LanguageDirection }} - {{ $dir = . }} - {{ end }} -{{ end }} -{{ return $dir }}