diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html index 45d5119..ad20534 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,3 +1,7 @@ +{{ define "title" }} + {{ .Site.Title }} +{{ end }} + {{ define "main" }} <content> {{ if .Data.Singular }} |