mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-20 07:57:49 +00:00
Use <h2> for site title for first edition too
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
<body>
|
||||
<div class="container content">
|
||||
<header class="masthead">
|
||||
<h1 class="masthead-title">
|
||||
<h2 class="masthead-title">
|
||||
<a href="/first-edition" title="Home">{{ config.title }} (First Edition)</a>
|
||||
</h1>
|
||||
</h2>
|
||||
<p><small>{{ config.extra.subtitle | replace(from=" ", to=" ") | safe }}</small></p>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user