We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548fe94 commit c9c0153Copy full SHA for c9c0153
1 file changed
_layouts/home.html
@@ -18,11 +18,12 @@ <h2 class="post-title">
18
<time datetime="{{ post.date | date_to_xmlschema }}" class="post-meta">{{ post.date | date_to_string }}</time>
19
20
<p class="post-excerpt">
21
- {% if post.description %}
+ <!-- {% if post.description %}
22
{{ post.description | strip_html }}
23
{% else %}
24
{{ post.excerpt | strip_html }}
25
- {% endif %}
+ {% endif %} -->
26
+ {{ post.content }}
27
</p>
28
</div>
29
{% endfor %}
0 commit comments