aboutsummaryrefslogtreecommitdiff
path: root/templates/note.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/note.html')
-rw-r--r--templates/note.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/note.html b/templates/note.html
index a7e6b6c..28c7907 100644
--- a/templates/note.html
+++ b/templates/note.html
@@ -8,7 +8,7 @@
8 <h1 itemtype="headline">{{ .Page.Title }}</h1> 8 <h1 itemtype="headline">{{ .Page.Title }}</h1>
9 <p><cap>{{ .Page.Type }}</cap>, {{ .Page.Created.Format "Jan 2, 2006" }} on <a href="{{ .Config.BaseURL }}">{{ .Config.Title }}'s blog</a></p> 9 <p><cap>{{ .Page.Type }}</cap>, {{ .Page.Created.Format "Jan 2, 2006" }} on <a href="{{ .Config.BaseURL }}">{{ .Config.Title }}'s blog</a></p>
10 <div> 10 <div>
11 {{ .Page.HTML }} 11 {{ .Page.HTML }}
12 </div> 12 </div>
13</div> 13</article>
14{{ end }} 14{{ end }}