diff options
Diffstat (limited to 'layouts/page.html')
| -rw-r--r-- | layouts/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/page.html b/layouts/page.html index 79b5a0e..0f6f513 100644 --- a/layouts/page.html +++ b/layouts/page.html @@ -1,6 +1,6 @@ {{ define "main" }} <div class="content"> - <h1>{{ .Title }}</h1> + <h1 class="title">{{ .Title }}</h1> {{ .Content }} </div> {{ end }} |
