Trivial: organize templates

This commit is contained in:
Raymond Wanyoike 2014-06-21 15:50:44 +03:00
commit 96409841d8
9 changed files with 87 additions and 88 deletions

View file

@ -0,0 +1,10 @@
<footer class="footer">
<div class="container">
<p class="text-center">
{{ AUTHOR }}, <a href="{{ LICENSE_URL}}" target="_blank">{{ LICENSE_NAME }}</a> unless otherwise noted.
</p>
<div class="text-center">
Generated by <a href="http://getpelican.com" target="_blank">Pelican</a> with the <a href="http://github.com/nairobilug/pelican-alchemy">alchemy</a> theme.
</div>
</div>
</footer> <!-- /.footer -->