aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/note.html2
-rw-r--r--templates/post.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/note.html b/templates/note.html
index 4ce21a0..a7e6b6c 100644
--- a/templates/note.html
+++ b/templates/note.html
@@ -6,7 +6,7 @@
6{{ define "content" }} 6{{ define "content" }}
7<article itemtype="http://schema.org/Article"> 7<article itemtype="http://schema.org/Article">
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" }}</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>
diff --git a/templates/post.html b/templates/post.html
index 7b6c18e..7ba8c00 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -6,7 +6,7 @@
6{{ define "content" }} 6{{ define "content" }}
7<article itemtype="http://schema.org/Article"> 7<article itemtype="http://schema.org/Article">
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" }}</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>