Remove extra `<main>`

This commit is contained in:
Scott 2020-12-18 14:50:58 -05:00
parent c43c540be5
commit c5d2bc0b01
1 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@ layout: base.html
title: kdl - Kat's Document Language
---
<main class="py-10 bg-gray-300">
<header class="py-10 bg-gray-300">
<h1 class="text-4xl text-center">kdl - Kat's Document Language</h1>
</main>
</header>