diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 15:25:40 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-07-19 15:25:40 +0100 |
commit | 61b773f06952c66bad5f1f12fb8fc30d6582e86a (patch) | |
tree | e729441255caad48a5d087bc663475e39f5e81a0 /themes/problematic/layouts/_default | |
parent | 9654dff700669a30c96c229fd3a4d2582582e675 (diff) |
fixed header sizes
Diffstat (limited to 'themes/problematic/layouts/_default')
-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 }} |