|
@@ -22,8 +22,8 @@
|
|
|
</div>
|
|
|
<div class="blog-summary">
|
|
|
|
|
|
- {% if item.content %}
|
|
|
- {{ item.title | truncatewords: 20 }}
|
|
|
+ {% if item.seo_description %}
|
|
|
+ {{ item.seo_description | truncatewords: 20 }}
|
|
|
{% else %}
|
|
|
No description available
|
|
|
{% endif %}
|
|
@@ -36,4 +36,4 @@
|
|
|
</div>
|
|
|
|
|
|
{% endfor %}
|
|
|
-<!-- End of Collection list 1 -->
|
|
|
+<!-- End of Collection list 1 -->
|