mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
10 lines
437 B
HTML
10 lines
437 B
HTML
<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 -->
|