summaryrefslogtreecommitdiffstats
path: root/themes/problematic/layouts/partials/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/problematic/layouts/partials/header.html')
-rw-r--r--themes/problematic/layouts/partials/header.html2
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 }}