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

github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2019-01-16 07:01:02 +0300
committerZachary Betz <zwbetz@gmail.com>2019-01-16 07:01:02 +0300
commit4b244f3009bdb281b7bd4e90fd16278c1e39f795 (patch)
treec1d427d0c9bcd78ea0dfe0ead42e4bb3393647fe
parentd4c25d618dfff5fcbeb6e3db1bbc570ad0bd0061 (diff)
Change site back to .Site
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 33d2d4b..7d81159 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
<!doctype html>
-{{ $lang := site.Language.Lang | default "en" }}
+{{ $lang := .Site.Language.Lang | default "en" }}
<html lang="{{ $lang }}" class="h-100">
{{ partial "head.html" . }}
<body class="d-flex flex-column h-100">