summaryrefslogtreecommitdiff
path: root/_includes/footer.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 22e0324..9b4dac8 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,15 +1,11 @@
<div class="container-fluid">
<div class="row-fluid">
<div class="span12 footer navbar-inverse navbar-fixed-bottom">
- <p class="copyright">&copy;{{ 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>
+ <p class="copyright">&copy;{{ site.time | date: '%Y' }} {{ site.name }}.
under
- <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution</a></p>
+ <a href="https://creativecommons.org/licenses/by-nd/4.0">Creative Commons Attribution-NonCommercial-NoDerivatives</a></p>
</div>
</div>
</div>
-
-{% include disqus-counts.html %}
-{% include analytics.html %}
-
</body>
</html>