This commit is contained in:
Kameron Kenny 2019-01-15 15:23:14 -05:00
parent 8e7a134492
commit 8a5760f4c8
1 changed files with 1 additions and 1 deletions

View File

@ -1,11 +1,11 @@
<div id="header">
<h1>{{ site.title | default: site.github.repository_name }}</h1>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>{{ site.title | default: site.github.repository_name }}</h1>
<p>{{ site.description | default: site.github.project_tagline }}</p>
<hr>
<span class="credits left">Project maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></span>