Files
pelican-themes/pelican-bootstrap3/templates/includes/footer.html
T

16 lines
655 B
HTML

<footer>
<div class="container">
<hr>
<p class="pull-right"><i class="icon-arrow-up"></i> <a href="#">Back to top</a></p>
{% if articles %}
{% set copy_date = articles[0].date.strftime('%Y') %}
{% else %}
{% set copy_date = '' %}
{% endif %}
<p>&copy; {{ copy_date }} {{ AUTHOR }} &middot; Powered by <a href="https://github.com/DandyDev/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a></p>
</div>
</footer>