summaryrefslogtreecommitdiff
path: root/content/blog.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog.md')
-rw-r--r--content/blog.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/content/blog.md b/content/blog.md
index 983ff44..612dc0f 100644
--- a/content/blog.md
+++ b/content/blog.md
@@ -3,15 +3,12 @@ title: Blog
layout: page
nav: 20
---
-
<!-- Some interesting posts. :) -->
<!---->
<!-- ## Posts -->
-<ul>
- {% for post in collections.blog | reverse %}
+<ul> {% for post in collections.blog | reverse %}
<li>
<a href="{{ post.url }}">{{ post.data.title }}</a>
<small>{{ post.date | date }}</small>
- </li>
- {% endfor %}
+ </li> {% endfor %}
</ul>