diff options
Diffstat (limited to 'other.md')
| -rw-r--r-- | other.md | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -12,15 +12,6 @@ filter by tag: {% for tag in site.tags %}[{{ tag[0] }}](/tags/{{ tag[0] }}) <div class="posts"> {% for post in site.posts %} - <div class="post"> - <h2 id="{{ post.title | slugify }}"> - <a href="{{ post.url }}">{{ post.title }}</a> - </h2> - {{ post.excerpt }} - <p> - <a href="{{ post.url }}">read more...</a> - </p> - <small><p>{{ post.date | date_to_string }}</p></small> - </div> + {% include post-preview.html %} {% endfor %} </div> |
