We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c43631 commit f2dffc8Copy full SHA for f2dffc8
index.html
@@ -14,6 +14,7 @@ <h1 class="page-heading">Posts</h1>
14
<h2>
15
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
16
</h2>
17
+ {{ post.excerpt }}
18
</li>
19
{% endfor %}
20
</ul>
0 commit comments