aboutsummaryrefslogtreecommitdiffstats
path: root/other.md
diff options
context:
space:
mode:
Diffstat (limited to 'other.md')
-rw-r--r--other.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/other.md b/other.md
deleted file mode 100644
index 51ac50f..0000000
--- a/other.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: other
-permalink: /other/
----
-
-# miscellaneous posts
-
-about different things
-
-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>