Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweru <fromweru@gmail.com>2022-07-24 21:06:08 +0300
committerweru <fromweru@gmail.com>2022-07-24 21:06:08 +0300
commitba990b826c73413c6f9ddc5eaafd51e0a2984ed5 (patch)
tree2b0d0f1c1c219f4676c852be2373297b72a0fe2e
parent26d1949f05a37739e74154ed28a161f6f96401ab (diff)
set url explicitly via body element
Signed-off-by: weru <fromweru@gmail.com>
-rw-r--r--layouts/_default/baseof.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 7f1da9b..eed5a5e 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -25,6 +25,7 @@
data-code="{{ $codeBlockConfig.max }}"
data-lines="{{ $codeBlockConfig.lines }}"
id="documentTop"
+ data-lang="{{ .Lang }}"
>
{{- partial "header" . }}
<main>