mirror of
https://github.com/SWG-Source/SWG-Source.github.io.git
synced 2026-08-02 03:15:58 -04:00
Remove giant header, correct index title, and set site.title and description
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user