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

github.com/J-Siu/hugo-theme-sk1.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 137fac4..c1a4d2d 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,4 +1,4 @@
<!--Site Title-->
-<a href="{{ "" | relLangURL}}">{{.Site.Title}}</a>
+<a href="{{ "" | relLangURL}}">{{site.Title}}</a>
<!--Sub-title-->
-{{with .Site.Params.subtitle}} / {{.}}{{end}} \ No newline at end of file
+{{with site.Params.subtitle}} / {{.}}{{end}} \ No newline at end of file