diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/problematic/layouts/_default/single.html | 2 | ||||
-rw-r--r-- | themes/problematic/layouts/partials/header.html | 2 |
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 }} |