diff options
Diffstat (limited to '_includes/footer.html')
-rw-r--r-- | _includes/footer.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..22e0324 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,15 @@ +<div class="container-fluid"> + <div class="row-fluid"> + <div class="span12 footer navbar-inverse navbar-fixed-bottom"> + <p class="copyright">©{{ site.time | date: '%Y' }} {{ site.name }}. Powered by <a href="http://jekyllrb.com">Jekyll</a>, theme by <a href="https://github.com/scotte/jekyll-clean">Scott Emmons</a> + under + <a 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> |