diff options
Diffstat (limited to 'content/blog.md')
| -rw-r--r-- | content/blog.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/content/blog.md b/content/blog.md new file mode 100644 index 0000000..bffe34b --- /dev/null +++ b/content/blog.md @@ -0,0 +1,17 @@ +--- +title: Blog +layout: page +nav: true +--- + +Some interesting posts. :) + +## Posts +<ul> + {% for post in collections.blog | reverse %} + <li> + <a href="{{ post.url }}">{{ post.data.title }}</a> + <small>{{ post.date | date }}</small> + </li> + {% endfor %} +</ul>
\ No newline at end of file |
