1
0
Fork 0
This repository has been archived on 2024-12-30. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
pelican-alchemy/alchemy/templates/footer.html
Raymond Wanyoike b12b50104e Initial templates
2013-11-24 20:53:19 +03:00

5 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>