summaryrefslogtreecommitdiff
path: root/content/blog.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog.md')
-rw-r--r--content/blog.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/content/blog.md b/content/blog.md
deleted file mode 100644
index ba5ff53..0000000
--- a/content/blog.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: Blog
-layout: page
-nav: 20
----
-<ul> {% for post in collections.blog | reverse %}
- <li>
- <a href="{{ post.url }}">{{ post.data.title }}</a>
- <small>{{ post.date | date }}</small>
- </li> {% endfor %}
-</ul>