mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Merge fb76bb593f into 89dbba7a42
This commit is contained in:
commit
c5af4dbd80
2 changed files with 6 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
{% block content %}
|
||||
<article class="article">
|
||||
<header>
|
||||
{% if not HIDE_BANNER %}
|
||||
<ul class="list-inline">
|
||||
<li class="list-inline-item text-muted" title="{{ article.date.isoformat() }}">
|
||||
<i class="fa fa-clock-o"></i>
|
||||
|
|
@ -42,6 +43,7 @@
|
|||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
</header>
|
||||
<div class="content">
|
||||
{{ article.content }}
|
||||
|
|
|
|||
|
|
@ -3,11 +3,15 @@
|
|||
{% if not HIDE_AUTHORS %}
|
||||
<li class="list-inline-item"><a href="{{ SITEURL }}/authors.html">Authors</a></li>
|
||||
{% endif %}
|
||||
{% if not HIDE_ARCHIVES %}
|
||||
<li class="list-inline-item"><a href="{{ SITEURL }}/archives.html">Archives</a></li>
|
||||
{% endif %}
|
||||
{% if not HIDE_CATEGORIES %}
|
||||
<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 %}
|
||||
{% 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue