aboutsummaryrefslogtreecommitdiff
path: root/template/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/post.html')
-rwxr-xr-xtemplate/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/post.html b/template/post.html
index 512fff6..0404820 100755
--- a/template/post.html
+++ b/template/post.html
@@ -19,7 +19,7 @@
19 <header> 19 <header>
20 <h1 itemtype="headline">{{.Title}}</h1> 20 <h1 itemtype="headline">{{.Title}}</h1>
21 {{if .Listing}} 21 {{if .Listing}}
22 <time>{{.CreatedFormatted}}</time> 22 <time>Posted on {{.CreatedFormatted}}</time>
23 {{end}} 23 {{end}}
24 </header> 24 </header>
25 <div> 25 <div>