summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index dd8f7ec..e698423 100644
--- a/index.html
+++ b/index.html
@@ -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 %}