summaryrefslogtreecommitdiffstats
path: root/blog/_includes/post-excerpt.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_includes/post-excerpt.html')
-rw-r--r--blog/_includes/post-excerpt.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/blog/_includes/post-excerpt.html b/blog/_includes/post-excerpt.html
new file mode 100644
index 0000000..73c4478
--- /dev/null
+++ b/blog/_includes/post-excerpt.html
@@ -0,0 +1,9 @@
+{% assign post = include.post %}
+<article class="post">
+ {% include post-header.html post = post%}
+ <section class="post-body">
+ {{ post.excerpt }}
+
+ <p><a href="{{ post.url }}">{% t global.read_more %}</a></p>
+ </section>
+</article>