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

github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2019-11-19 01:57:50 +0300
committerJames Shubin <james@shubin.ca>2019-11-19 01:57:50 +0300
commitb231c6503e56f411031670a42f71f92b6ae912bf (patch)
tree1ba7ae9ccb884d48256042ad961d7762255f9dcb /layouts
parent6fc6133be842e8c86b7b0839e4e7c8f77d3ed827 (diff)
Use a title from the config file
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 79f75a0..4c4303b 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,4 +1,4 @@
-{{ define "title" }}Hugo Serif Theme Demo{{ end}}
+{{ define "title" }}{{ .Site.Params.title }}{{ end}}
{{ define "header_css" }}{{ end }}
{{ define "body_classes" }}page-home{{ end }}
{{ define "header_classes" }}header-transparent{{ end }}