aboutsummaryrefslogtreecommitdiff
path: root/source/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/index.html')
-rw-r--r--source/index.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/index.html b/source/index.html
deleted file mode 100644
index 09eb8d13..00000000
--- a/source/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
----
-layout: default
----
-{% for page in site.posts limit:3 %}
-{% assign content = page.content %}
-{% assign index = true %}
- <article>
- {% include article.html %}
- </article>
-{% endfor %}
-