diff options
Diffstat (limited to 'themes/problematic/layouts/_default/single.html')
-rw-r--r-- | themes/problematic/layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/problematic/layouts/_default/single.html b/themes/problematic/layouts/_default/single.html index 17b274b..bc7133a 100644 --- a/themes/problematic/layouts/_default/single.html +++ b/themes/problematic/layouts/_default/single.html @@ -1,4 +1,4 @@ {{ define "main" }} -<h1>{{ .Title }}</h1> +<h1 class="title">{{ .Title }}</h1> {{ .Content }} {{ end }} |