Skip to content

Commit 59adfca

Browse files
committed
added footer for contributions
1 parent e7d0bd1 commit 59adfca

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_includes/footer.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<br><br>
2+
<hr>
3+
<sub>Is our website missing something? Want to suggest an improvement? Please <a href="https://github.com/HakLand/HakLand.github.io">open an issue</a> on Github or <a href="/contact">contact us on Slack</a>.</sub>

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<div id="main-content" class="content container">
88
{% include navbar.html %}
99
{{ content }}
10+
{% include footer.html %}
1011
</div>
1112
</body>
1213
</html>

0 commit comments

Comments
 (0)