aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html
index 7ee5219..ba87cca 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -7,7 +7,7 @@
7<div> 7<div>
8 <h1>{{ .Page.Title }}</h1> 8 <h1>{{ .Page.Title }}</h1>
9 <div> 9 <div>
10 {{ .Page.HTML }} 10 {{ .Page.HTML }}
11 </div> 11 </div>
12</div> 12</div>
13{{ end }} 13{{ end }}