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