add rudimentary footer

This commit is contained in:
c 2023-06-08 15:55:16 +02:00
parent bd10b00f95
commit 17bbe5453f
2 changed files with 9 additions and 0 deletions

8
_includes/footer.html Normal file
View File

@ -0,0 +1,8 @@
<footer class="header navbar">
<div class="container d-flex">
<ul class="nav">
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/onFOSS.org" class="nav-link">Source-Code</a></li>
<li class="nav-item"><a href="https://git.libregaming.org/onFOSS/" class="nav-link">Git</a></li>
</ul>
</div>
</footer>

View File

@ -15,5 +15,6 @@
{{ content }}
</div>
{% include footer.html %}
</body>
</html>