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

github.com/damiencaselli/paperback.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 64fe71b..d59c813 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -5,7 +5,7 @@
<time datetime="{{ .Date }}">{{ dateFormat "2006/01/02" .Date }}</time>
{{ end }}
- {{ if and .IsHome (isset .Site.Params "Tagline") }}
+ {{ if and .IsHome (isset .Site.Params "tagline") }}
<p>{{ .Site.Params.Tagline }}</p>
{{ end }}
</header>