removing reduplication

This commit is contained in:
Kat Marchán 2020-12-27 17:59:35 -08:00
parent 70ba3e5f7b
commit 0a3622ec4a
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
--- ---
layout: base.html layout: base.html
title: KDL - KDL Document Language title: The KDL Document Language
--- ---
<header class="py-10 bg-gray-300"> <header class="py-10 bg-gray-300">
<h1 class="text-4xl text-center">KDL - KDL Document Language</h1> <h1 class="text-4xl text-center">The KDL Document Language</h1>
</header> </header>
{% include partials/description.md %} {% include partials/description.md %}