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/partials/header.html | |
parent | 9654dff700669a30c96c229fd3a4d2582582e675 (diff) |
fixed header sizes
Diffstat (limited to '')
-rw-r--r-- | themes/problematic/layouts/partials/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |