Przeglądaj źródła

fix: collection list template

igb 3 miesięcy temu
rodzic
commit
3031ae7f63

+ 3 - 3
resources/views/liquid_src/1/screenprotector/__collection_list_1.liquid

@@ -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 -->