X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/1f0f3080db6e753e81d3c5cc8efccd2894400d61..54f514dc7cb700b388da01008bec1b40c5694665:/ralf/blog/index.html?ds=inline

diff --git a/ralf/blog/index.html b/ralf/blog/index.html
index a59db4c..380aaaa 100644
--- a/ralf/blog/index.html
+++ b/ralf/blog/index.html
@@ -13,6 +13,8 @@ sort: 10
             {% include post-header.html item=post %}
             <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
         </header>
-        {{ post.content }}
+        {{ post.excerpt }}
+
+        <p><a href="{{ post.url }}">Read more...</a></p>
     {% endif %}
 {% endfor %}