link to sloonz's script
[web.git] / ralf / _layouts / post.html
diff --git a/ralf/_layouts/post.html b/ralf/_layouts/post.html
deleted file mode 100644 (file)
index f07515e..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: default
----
-
-<header class="title">
-    <div class="side">{% include post-header.html item=page %}</div>
-    <h1>{{ page.title }}</h1>
-</header>
-
-{{ content }}
-
-<p class="comment">
-    Posted on <a href="{{ site.baseurl}}/blog">{{ site.blog.title }}</a> on {{ page.date | date: "%b %-d, %Y" }}. <br>
-    Comments? <a href="mailto:post+blog-AT-ralfj-DOT-de">Drop me a mail</a><!--
-      -->{% if page.reddit %} or <a href="https://www.reddit.com/r{{ page.reddit }}" target="_blank">leave a note on reddit</a>{% endif %}<!--
-      -->{% if page.forum %} or <a href="{{ page.forum }}" target="_blank">leave a note in the forum</a>{% endif %}!
-</p>