summaryrefslogtreecommitdiff
path: root/_site_build/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_site_build/_includes')
-rw-r--r--_site_build/_includes/post_excerpt.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/_site_build/_includes/post_excerpt.html b/_site_build/_includes/post_excerpt.html
new file mode 100644
index 0000000..7edb5a0
--- /dev/null
+++ b/_site_build/_includes/post_excerpt.html
@@ -0,0 +1,8 @@
+<article class="excerpt">
+ <header>
+ <h1>{{ post.title }}</h1>
+ <time datetime="{{ post.date | date: '%Y-%m-%d' }}" pubdate>{{ post.date | date: '%A, %d %B, %Y' }}</time>
+ </header>
+ {{ post.content | text_excerpt }}
+ <a href="{{ post.url }}" title="{{ post.title }}">Click to continue reading &raquo;</a></li>
+</article>