Use <h2> for site title for first edition too

This commit is contained in:
Philipp Oppermann
2020-03-11 13:50:16 +01:00
parent aeafe57c5d
commit e061557eea
2 changed files with 5 additions and 2 deletions

View File

@@ -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="&nbsp;") | safe }}</small></p>
</header>

View File

@@ -7,6 +7,9 @@
{% block main %}
{% set posts_section = get_section(path = "first-edition/posts/_index.md") %}
{% set posts = posts_section.pages %}
<h1 style="visibility: hidden; height: 0px; margin: 0px; padding: 0px;">Writing an OS in Rust (First Edition)</h1>
<div class="front-page-introduction">
<p>
This blog series creates a small operating system in the