diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -18,7 +18,10 @@ layout: default <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> </h2> {% if first_displayed != true %} - <div>{{ post.content }}</div> + <article> + {{ post.excerpt }} + <p>...</p> + </article> {% assign first_displayed = true %} {% endif %} |