mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Make page title an h1 for semantics
This commit is contained in:
@@ -20,10 +20,10 @@
|
||||
<body>
|
||||
<div class="container content">
|
||||
<header class="masthead">
|
||||
<h3 class="masthead-title">
|
||||
<h1 class="masthead-title">
|
||||
<a href="/" title="Home">{{ config.title }}</a>
|
||||
<small>{{ config.extra.subtitle }}</small>
|
||||
</h3>
|
||||
</h1>
|
||||
<p><small>{{ config.extra.subtitle }}</small></p>
|
||||
</header>
|
||||
|
||||
<main>{% block main %}{% endblock main %}</main>
|
||||
|
||||
Reference in New Issue
Block a user