diff options
author | HombreLaser <sebastian-440@live.com> | 2023-08-27 16:39:44 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-08-27 16:39:44 -0600 |
commit | 42706e303bf3536b56c066f26dfe39501ebfadeb (patch) | |
tree | 2123e30a8e6f03ce5e809b7c66af94924631570f /_includes/footer.html | |
parent | a2a0a2d0e08cee9fb73ee506d9a55ee8ed4625f8 (diff) |
Finishing touches
Diffstat (limited to '_includes/footer.html')
-rw-r--r-- | _includes/footer.html | 8 |
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">©{{ 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">©{{ 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> |