summaryrefslogtreecommitdiff
path: root/site.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'site.tmpl')
-rw-r--r--site.tmpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/site.tmpl b/site.tmpl
index 28175b5..ee0a62b 100644
--- a/site.tmpl
+++ b/site.tmpl
@@ -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 &amp; 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" .}}