summaryrefslogtreecommitdiffstats
path: root/templates/section.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/section.html')
-rw-r--r--templates/section.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/templates/section.html b/templates/section.html
index 880f421..f83d0fd 100644
--- a/templates/section.html
+++ b/templates/section.html
@@ -4,13 +4,7 @@
<ul class="simple">
{% for page in section.pages %}
<li>
- <article>
- {{ macros::post_header(page_ref=page) }}
- {% if page.summary %}
- <p>{{ page.summary | safe }}</p>
- <a href="{{ page.permalink }}#continue-reading">...</a>
- {% endif %}
- </article>
+ <article>{{ macros::post_header(page_ref=page) }}</article>
</li>
{% endfor %}
</ul>