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:
authorDamien Caselli <damiencaselli@users.noreply.github.com>2018-01-19 12:45:05 +0300
committerGitHub <noreply@github.com>2018-01-19 12:45:05 +0300
commit252bb0a610e2d65f53a13c769a59fc0bc7badad8 (patch)
treeb0e407ff81abf71e78bae6f4f3de2115e01e4fde
parent23fc55d89366f878646c11d928ee757db7519a48 (diff)
parent1dcc1f521d47f88a8997d97f65a989c78a89eab0 (diff)
Merge pull request #6 from meersau/tagline
Change tagline to lowercase
-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>