diff options
Diffstat (limited to 'templates/page.html')
| -rw-r--r-- | templates/page.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html index 8c38e82..90c15df 100644 --- a/templates/page.html +++ b/templates/page.html | |||
| @@ -5,7 +5,9 @@ | |||
| 5 | 5 | ||
| 6 | {{ define "content" }} | 6 | {{ define "content" }} |
| 7 | <article> | 7 | <article> |
| 8 | <h1>{{ .Page.Title }}</h1> | 8 | <hgroup> |
| 9 | <h1>{{ .Page.Title }}</h1> | ||
| 10 | </hgroup> | ||
| 9 | <div>{{ .Page.HTML }}</div> | 11 | <div>{{ .Page.HTML }}</div> |
| 10 | </article> | 12 | </article> |
| 11 | {{ end }} | 13 | {{ end }} |
