Add footer

This commit is contained in:
Cole Bemis 2017-02-25 20:08:10 -08:00
parent e4c1c6f762
commit 220bfadd58
2 changed files with 12 additions and 0 deletions

11
_includes/footer.html Normal file
View File

@ -0,0 +1,11 @@
<footer>
<ul>
<li><a href="#">Donate</a></li>
<li><a href="#">GitHub</a></li>
<li><a href="#">Change Log</a></li>
<li><a href="#">License</a></li>
<li><a href="#">Contact</a></li>
</ul>
<p><a href="#">Made by Cole Bemis</a></p>
<p>&copy; 2017 Cole Bemis</p>
</footer>

View File

@ -9,5 +9,6 @@
</head>
<body>
{% include header.html %}
{% include footer.html %}
</body>
</html>