blob: 22e03248cbb6647bf3d80d75d3e196bfd19f2feb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>
|