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 50605d1..4142125 100644 --- a/themes/problematic/layouts/_default/single.html +++ b/themes/problematic/layouts/_default/single.html @@ -6,6 +6,6 @@ } </style> -<h1 class="title">{{ .Title }}</h1> +<h2 class="title">{{ .Title }}</h2> {{ .Content }} {{ end }} |