aboutsummaryrefslogtreecommitdiffstats
path: root/blog.md
diff options
context:
space:
mode:
Diffstat (limited to 'blog.md')
-rw-r--r--blog.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/blog.md b/blog.md
deleted file mode 100644
index 486b88d..0000000
--- a/blog.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: blog
-permalink: /blog/
----
-
-filter by tag: {% for tag in site.tags %}[{{ tag[0] }}](/tags/{{ tag[0] }})
-{% endfor %}
-
-<div class="posts">
-{% for post in site.posts %}
- {% include post-preview.html %}
-{% endfor %}
-</div>