mirror of
https://github.com/SWG-Source/SWG-Source.github.io.git
synced 2026-07-13 16:00:56 -04:00
Add navigation and docs.html
This commit is contained in:
@@ -41,6 +41,10 @@
|
||||
<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>
|
||||
<br /><hr>
|
||||
<ul class="nav">
|
||||
<li>{% if page.url != "/" %}<a href="/">{% endif %}Home{% if page.url != "/" %}</a>{% endif %}</li>
|
||||
<li>{% if page.url != "/docs.html" %}<a href="/docs.html">{% endif %}Docs{% if page.url != "/docs.html" %}</a>{% endif %}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
{{ content }}
|
||||
|
||||
@@ -6,3 +6,13 @@
|
||||
section{
|
||||
margin-top: 0px;
|
||||
}
|
||||
ul.nav {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
ul.nav li{
|
||||
display: inline;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user