mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Initial templates
This commit is contained in:
parent
e43301b65e
commit
b12b50104e
5 changed files with 131 additions and 0 deletions
5
alchemy/templates/footer.html
Normal file
5
alchemy/templates/footer.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<div id="footer">
|
||||
<div class="container">
|
||||
<div>© {{ 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue