boxes/_includes/footer.html
2015-01-03 22:39:59 +01:00

18 lines
769 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><span class="hidden-xs"> {{ page.bxemail }}</span><br/>
Website 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>
<span class="hidden-xs">under <a target="_blank" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution</a></span></p>
</div>
</div>
</div>
{% include disqus-counts.html %}
{% include analytics.html %}
</body>
</html>