Remove giant header, correct index title, and set site.title and description

This commit is contained in:
Tekaoh
2018-11-26 11:18:25 -06:00
parent ec07ba1ad2
commit 3a00f9302e
4 changed files with 12 additions and 4 deletions
+5 -3
View File
@@ -18,7 +18,8 @@
</head>
<body>
<div id="header">
<!-- Disable this for now.. <div id="header">
<nav>
<li class="fork"><a href="{{ site.github.repository_url }}">View On GitHub</a></li>
{% if site.show_downloads %}
@@ -29,6 +30,7 @@
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
@@ -36,8 +38,8 @@
<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>
<span class="credits right">Hosted on GitHub Pages</span>
<span class="credits left">Check us out on <a href="{{ site.github.owner_url }}">GitHub</a></span>
<span class="credits right">Join us on <a href="https://discord.gg/Va8e6n8" target="_blank">Discord</a></span>
</div>
{{ content }}