diff options
Diffstat (limited to 'templates/post.html')
| -rw-r--r-- | templates/post.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/post.html b/templates/post.html index 6e122c6..13feb66 100644 --- a/templates/post.html +++ b/templates/post.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 | ||
