Use h1 for website header

This commit is contained in:
BBaoVanC 2022-05-09 20:03:13 -05:00
parent 3a4cb538f7
commit e9266cdead
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
2 changed files with 6 additions and 2 deletions

View File

@ -239,6 +239,10 @@
/* Header formatting (website title and article section headers) */
h1.header {
font-size: 1.5em;
}
.header a,
.section-header a {
color: inherit;

View File

@ -1,6 +1,6 @@
<h2 class="header">
<h1 class="header">
<a href="{{ .Site.Home.Permalink | absLangURL }}">{{ .Site.Title | markdownify }}</a>
</h2>
</h1>
<div class="topbar">
<nav class="navbar" aria-label="{{ i18n "aria_navbar" }}">