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:
authorJohn Siu (imacpro) <john.sd.siu@gmail.com>2020-07-03 06:28:37 +0300
committerJohn Siu (imacpro) <john.sd.siu@gmail.com>2020-07-03 06:28:37 +0300
commit0a4810de05b8ad7250c9a8612cf4520d1ea8fb23 (patch)
treefb7e75c58df654cdddb7d79282f7dcd27ec83e17
parentd91ce70c3bc47eaf228beb989e0a90fd26a1e13c (diff)
header.html - ".Site" -> "site"
-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