diff options
author | Julio Capote <jcapote@gmail.com> | 2023-03-11 21:09:55 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-03-11 21:09:55 +0000 |
commit | 5d25f86249c7a1ac11196f758c1e92048fa7cbc3 (patch) | |
tree | 22c482bc4d5bb6136e3a23d3bfeef11e01d4c81b /layouts/index.html | |
parent | 3192dc1c7eb267d35c751117478d13ccc421b236 (diff) | |
download | capotej.com-5d25f86249c7a1ac11196f758c1e92048fa7cbc3.tar.gz |
updates
Diffstat (limited to 'layouts/index.html')
-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 }} |