diff options
Diffstat (limited to '_site_build/_includes')
| -rw-r--r-- | _site_build/_includes/post_excerpt.html | 8 |
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 »</a></li> +</article> |
