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 6502c3d..b59bb38 100755
--- a/template/post.html
+++ b/template/post.html
@@ -18,7 +18,7 @@
18 <article itemtype="http://schema.org/Article"> 18 <article itemtype="http://schema.org/Article">
19 <header> 19 <header>
20 <h1 itemtype="headline">{{.Title}}</h1> 20 <h1 itemtype="headline">{{.Title}}</h1>
21 <time>{{.Created}}</time> 21 <time>{{.CreatedFormatted}}</time>
22 </header> 22 </header>
23 <div> 23 <div>
24 {{.Content}} 24 {{.Content}}