aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/post-preview.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/post-preview.html')
-rw-r--r--_includes/post-preview.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/_includes/post-preview.html b/_includes/post-preview.html
deleted file mode 100644
index aaa1d1b..0000000
--- a/_includes/post-preview.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<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>
- {{ post.date | date_to_string }} /
- {% for tag in post.tags %}<a href="/tags/{{tag}}">{{tag}} </a>
- {% endfor %}
- </small>
-</div>