blog-theme/alchemy/templates/footer.html

6 lines
329 B
HTML

<div id="footer">
<div class="container">
<div>&copy; {{ SITENAME }}, license <a href="{{ LICENSE_URL}}"> {{ LICENSE_NAME }}</a> unless otherwise noted. Generated by <a href= "http://docs.getpelican.com/">Pelican</a> using the <a href="http://github.com/nairobilug/pelican-alchemy">alchemy</a> theme.</div>
</div>
</div>