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

github.com/davidhampgonsalves/hugo-black-and-light-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hamp-Gonsalves <davidhampgonsalves@gmail.com>2017-01-11 04:28:04 +0300
committerDavid Hamp-Gonsalves <davidhampgonsalves@gmail.com>2017-01-11 04:28:04 +0300
commitb726c5807b2d67a77373fc8e3dfd45f5c1b0ac25 (patch)
treea816dc18c830c30e7427d72c0a69673b449e9f1b
parentc1b81c7f61471abd0280924de6540938d4b1ea20 (diff)
clarify site name param
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index ee6cb7b..e58671d 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -36,7 +36,7 @@
<body>
<section id=nav>
- <h1><a href="/">{{ .Site.Params.name }}</a></h1>
+ <h1><a href="/">{{ .Site.Params.sitename }}</a></h1>
<ul>
{{ range .Site.Menus.main }}
<li><a href="{{ .URL }}">{{ .Name }}</a></li>