aboutsummaryrefslogtreecommitdiffstats
path: root/SoMA2/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'SoMA2/templates/index.html')
-rw-r--r--SoMA2/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/SoMA2/templates/index.html b/SoMA2/templates/index.html
index 4f35eee..1a15916 100644
--- a/SoMA2/templates/index.html
+++ b/SoMA2/templates/index.html
@@ -10,7 +10,7 @@
<div class="body">
<article>
<h1 class="entry-title"><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h1>
- {% include 'article_infos.html' %}{{ article.content }}
+ {% include 'article_infos.html' %}{{ article.summary }}
</article>
{% if loop.last and (articles_page.has_previous() or not articles_page.has_previous() and loop.length > 1) %}
{% include 'pagination.html' %}