Skip to content
This repository was archived by the owner on Apr 17, 2018. It is now read-only.

Commit 2b6b25b

Browse files
committed
Moved the footer out into an include.
1 parent 69a0943 commit 2b6b25b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

_includes/footer.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<div id="footer">
2+
<p>Copyright Sam Smoot 2007, 2008</p>
3+
<p>Copyright Dan Kubb 2009-2012</p>
4+
<p>Web Design by <a href="http://www.mr-eel.com/">Luke Matthew Sutton</a> - Community Maintained</p>
5+
</div>

_layouts/default.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@
2727

2828
{{ content }}
2929

30-
<div id="footer">
31-
<p>Copyright Sam Smoot 2007, 2008</p>
32-
<p>Copyright Dan Kubb 2009-2012</p>
33-
<p>Web Design by <a href="http://www.mr-eel.com/">Luke Matthew Sutton</a> - Community Maintained</p>
34-
</div>
30+
{% include footer.html %}
3531
</div>
3632
<script src="//www.google-analytics.com/ga.js" type="text/javascript" async="async"></script>
3733
</body>

0 commit comments

Comments
 (0)