mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Merge c4da5c9734 into 1e1cfb9b4b
This commit is contained in:
commit
c5905059ec
4 changed files with 73 additions and 0 deletions
|
|
@ -49,6 +49,14 @@
|
|||
{{ article.content }}
|
||||
</div>
|
||||
</div>
|
||||
{% for file in CUSTOM_ARTICLE_FOOTERS %}
|
||||
{% include "include/" + file %}
|
||||
{% endfor %}
|
||||
{% block scripts %}
|
||||
{% if CUSTOM_SCRIPTS_ARTICLE %}
|
||||
{% include "include/" + CUSTOM_SCRIPTS_ARTICLE %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
<hr class="separator">
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
{% include 'include/disqus_comments.html' %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue