aboutsummaryrefslogtreecommitdiffstats
path: root/other.md
diff options
context:
space:
mode:
Diffstat (limited to 'other.md')
-rw-r--r--other.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/other.md b/other.md
index 7240f5b..67a7d5d 100644
--- a/other.md
+++ b/other.md
@@ -12,9 +12,12 @@ filter by tag: {% for tag in site.tags %}[{{ tag[0] }}](/tags/{{ tag[0] }})
{% for post in site.posts %}
<div class="post">
<h2 id="{{ post.title | slugify }}">
- <a href="{{ post.url}}">{{ post.title }}</a>
+ <a href="{{ post.url }}">{{ post.title }}</a>
</h2>
- {{ post.content }}
+ {{ post.excerpt }}
+ <p>
+ <a href="{{ post.url }}">read more...</a>
+ </p>
<small><p>{{ post.date | date_to_string }}</p></small>
</div>
{% endfor %}