link to sloonz's script
[web.git] / ralf / blog / archive.html
diff --git a/ralf/blog/archive.html b/ralf/blog/archive.html
deleted file mode 100644 (file)
index 0c89c9f..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
----
-title: Archive
-layout: default
-rss: true
-sort: 1
-hide: true
----
-
-<header class="title">
-<h1>{{ site.blog.title }}</h1>
-</header>
-
-<p>Here you can find direct links to all my blog posts.</p>
-
-  <ul class="post-list">
-    {% for post in site.posts %}
-      <li>
-        <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
-        &raquo;
-        <a class="post-link" href="{{ post.url }}">{{ post.title }}</a>
-      </li>
-    {% endfor %}
-  </ul>