mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Trivial: organize templates
This commit is contained in:
parent
fe1626735f
commit
96409841d8
9 changed files with 87 additions and 88 deletions
10
alchemy/templates/include/footer.html
Normal file
10
alchemy/templates/include/footer.html
Normal 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 -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue