diff options
Diffstat (limited to 'site.tmpl')
| -rw-r--r-- | site.tmpl | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,7 +4,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> -<title>{{if eq .OutputPath "about/index.html"}}About & colophon{{else}}{{.Title}}{{end}} — tjp.lol</title> +<title>{{.Title}} — tjp.lol</title> {{with index .Meta "description" -}} <meta name="description" content="{{.}}"> {{end -}} @@ -94,6 +94,10 @@ {{template "footer" .}} {{end}} +{{define "notes/index" -}} +{{template "page" .}} +{{end}} + {{define "notes" -}} {{template "head" .}} {{template "header" .}} |
