summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-19 15:25:40 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-19 15:25:40 +0100
commit61b773f06952c66bad5f1f12fb8fc30d6582e86a (patch)
treee729441255caad48a5d087bc663475e39f5e81a0 /themes
parent9654dff700669a30c96c229fd3a4d2582582e675 (diff)
fixed header sizes
Diffstat (limited to 'themes')
-rw-r--r--themes/problematic/layouts/_default/single.html2
-rw-r--r--themes/problematic/layouts/partials/header.html2
2 files changed, 2 insertions, 2 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 }}
diff --git a/themes/problematic/layouts/partials/header.html b/themes/problematic/layouts/partials/header.html
index 24e94ec..9a2fffa 100644
--- a/themes/problematic/layouts/partials/header.html
+++ b/themes/problematic/layouts/partials/header.html
@@ -1,5 +1,5 @@
<header id="banner">
- <h2><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h2>
+ <h1><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1>
<nav>
{{ range .Site.Menus.main.ByWeight -}}
{{ .Pre }}<a href="{{ .URL }}" title="{{ .Title }}">{{- .Name -}}</a> {{ .Post }}