diff options
Diffstat (limited to 'content/blog.md')
| -rw-r--r-- | content/blog.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/content/blog.md b/content/blog.md new file mode 100644 index 0000000..016afa9 --- /dev/null +++ b/content/blog.md @@ -0,0 +1,10 @@ +--- +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> |
