addscss
This commit is contained in:
@@ -10,12 +10,16 @@
|
||||
|
||||
{% block body %}
|
||||
<section id="body-wrapper" class="section blog-listing">
|
||||
{% if image %}
|
||||
{{image.html}}
|
||||
{% endif %}
|
||||
<div class="bandeau">
|
||||
{% if image %}
|
||||
{{image.html}}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<h2>{{page.title}}</h2>
|
||||
{{content}}
|
||||
<div class="content">
|
||||
<h2>{{page.title}}</h2>
|
||||
{{content}}
|
||||
</div>
|
||||
|
||||
{% if show_sidebar %}
|
||||
{% block sidebar %}
|
||||
@@ -23,10 +27,10 @@
|
||||
{% endblock %}
|
||||
{% endif %}
|
||||
|
||||
{% for item in page.collection %}
|
||||
<!-- {% for item in page.collection %}
|
||||
<h3>{{item.title}}</h3>
|
||||
{{item.content}}
|
||||
{% endfor %}
|
||||
{% endfor %} -->
|
||||
</section>
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user