aboutsummaryrefslogtreecommitdiff
path: root/blog/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog/index.html')
-rw-r--r--blog/index.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/blog/index.html b/blog/index.html
deleted file mode 100644
index 8cb2359..0000000
--- a/blog/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
----
-layout: page
-id: blog
----
-<h2>All Posts</h2>
-<ul>
-{% for post in site.posts %}
- <li>
- <a href="{{ post.url }}">{{ post.title }}</a>
- </li>
-{% endfor %}
-</ul> \ No newline at end of file