From f60fdd86ac9696775c227b67b713c914df7865b4 Mon Sep 17 00:00:00 2001 From: FarisZR <35614734+fariszr@users.noreply.github.com> Date: Thu, 3 Mar 2022 20:43:12 +0300 Subject: [PATCH] add LanguageDirection variable --- layouts/_default/baseof.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index db1903e..b8dc98d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,6 @@ - + + {{- partial "head/head.html" . -}} {{- block "head" . -}}{{ end }}