Skip to content

Commit c9c0153

Browse files
committed
Modified the home layout to include a new section for recent blog posts.
1 parent 548fe94 commit c9c0153

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

_layouts/home.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ <h2 class="post-title">
1818
<time datetime="{{ post.date | date_to_xmlschema }}" class="post-meta">{{ post.date | date_to_string }}</time>
1919

2020
<p class="post-excerpt">
21-
{% if post.description %}
21+
<!-- {% if post.description %}
2222
{{ post.description | strip_html }}
2323
{% else %}
2424
{{ post.excerpt | strip_html }}
25-
{% endif %}
25+
{% endif %} -->
26+
{{ post.content }}
2627
</p>
2728
</div>
2829
{% endfor %}

0 commit comments

Comments
 (0)