Updated index.html to now include an intro section.
This commit is contained in:
parent
97c1d75916
commit
70d2f308c0
@ -40,6 +40,13 @@
|
|||||||
{% endblock header %}
|
{% endblock header %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
{% if INTRO_CONTENT %}
|
||||||
|
<div class="row intro-content">
|
||||||
|
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||||
|
{{ INTRO_CONTENT }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
{% for article in articles_page.object_list %}
|
{% for article in articles_page.object_list %}
|
||||||
<div class="post-preview">
|
<div class="post-preview">
|
||||||
<a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">
|
<a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">
|
||||||
@ -70,4 +77,3 @@
|
|||||||
|
|
||||||
{% include "pagination.html" %}
|
{% include "pagination.html" %}
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user