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

github.com/meibenny/elephants.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Mei <meibenny@gmail.com>2018-01-02 07:22:42 +0300
committerBenny Mei <meibenny@gmail.com>2018-01-02 07:22:42 +0300
commit7c8a658a2fbb6fb5d790c2dc22372a982124119e (patch)
tree900c3dd673b22cc78dcac746215c8aced233aecc
parent2bbc8345e77a8e62b7a10397aab8dad3dbacaf38 (diff)
provide default site title
-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 634e9ae..02fc7bb 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -12,6 +12,6 @@
</head>
<body>
<section id="page-title">
- <h1><a href="/">{{ .Site.Params.sitename }}</a></h1>
+ <h1><a href="/">{{ .Site.Params.sitename | default "Elephants"}}</a></h1>
</section>