boxes/_includes/footer.html
2014-12-23 22:50:09 +01:00

18 lines
699 B
HTML

<div class="container-fluid">
<div class="row-fluid">
<div class="span12 footer navbar-inverse navbar-fixed-bottom">
<p class="copyright"><b>{{ site.name }}</b> &copy;1999 by
<A target="_blank" HREF="http://thomasjensen.com/">Thomas Jensen</A> {{ page.bxemail }}<br/>
Powered by <a target="_blank" href="http://jekyllrb.com">Jekyll</a>,
theme by <a target="_blank" href="https://github.com/scotte/jekyll-clean">Scott Emmons</a>
under <a target="_blank" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution</a></p>
</div>
</div>
</div>
{% include disqus-counts.html %}
{% include analytics.html %}
</body>
</html>