diff options
Diffstat (limited to 'templates/post.html')
| -rwxr-xr-x | templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html index 1ed852c..a36fc53 100755 --- a/templates/post.html +++ b/templates/post.html | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | <h1>{{ .Page.Title }}</h1> | 8 | <h1>{{ .Page.Title }}</h1> |
| 9 | <p><cap>{{ .Page.Type }}</cap>, {{ .Page.Created.Format "Jan 2, 2006" }}, on <a href="{{ .Config.BaseURL }}">{{ .Config.Title }}'s blog</a></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> |
| 13 | </section> | 13 | </section> |
| 14 | {{ end }} | 14 | {{ end }} |
