mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Move header, footer, xml_feeds to include; reason base.html
This commit is contained in:
parent
1c944d0f3d
commit
4aee394acb
4 changed files with 81 additions and 76 deletions
16
alchemy/templates/include/footer.html
Normal file
16
alchemy/templates/include/footer.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<div class="row">
|
||||
<ul class="col-sm-6 list-inline">
|
||||
{% if not HIDE_AUTHORS %}
|
||||
<li class="list-inline-item"><a href="{{ SITEURL }}/authors.html">Authors</a></li>
|
||||
{% endif %}
|
||||
<li class="list-inline-item"><a href="{{ SITEURL }}/archives.html">Archives</a></li>
|
||||
<li class="list-inline-item"><a href="{{ SITEURL }}/categories.html">Categories</a></li>
|
||||
{% if tags|length %}
|
||||
<li class="list-inline-item"><a href="{{ SITEURL }}/tags.html">Tags</a></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
<p class="col-sm-6 text-sm-right text-muted">
|
||||
Generated by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a>
|
||||
/ <a href="https://github.com/nairobilug/pelican-alchemy" target="_blank">✨</a>
|
||||
</p>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue