diff options
Diffstat (limited to 'content/blog.md')
| -rw-r--r-- | content/blog.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/content/blog.md b/content/blog.md index 016afa9..cf039a5 100644 --- a/content/blog.md +++ b/content/blog.md @@ -2,9 +2,4 @@ title: Blog layout: page --- -<div> {% for post in collections.blog | reverse %} - <a href="{{ post.url }}" class="blogpost"> - <h3>{{ post.data.title }}</h3> - <small>{{ post.date | date }}<span style="float:right;">{{ post.url }}</span></small> - </a><br> {% endfor %} -</div> +{% include "blog-list.njk" %} |
