mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Add footer
This commit is contained in:
parent
e4c1c6f762
commit
220bfadd58
11
_includes/footer.html
Normal file
11
_includes/footer.html
Normal 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>© 2017 Cole Bemis</p>
|
||||
</footer>
|
@ -9,5 +9,6 @@
|
||||
</head>
|
||||
<body>
|
||||
{% include header.html %}
|
||||
{% include footer.html %}
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user