diff options
author | HombreLaser <sebastian-440@live.com> | 2023-08-27 02:40:08 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-08-27 02:40:08 -0600 |
commit | ac6772f292a83217e10e38ba853c76b5666133e0 (patch) | |
tree | d0d4eb27d9482dc275d75f48a2ca029d825e52a6 /_includes/footer.html |
Commit inicial
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> |