get rid of crazy include-vars-magic and pretitles, at the expense of more layouts
[web.git] / ralf / _layouts / post.html
diff --git a/ralf/_layouts/post.html b/ralf/_layouts/post.html
new file mode 100644 (file)
index 0000000..8865214
--- /dev/null
@@ -0,0 +1,12 @@
+---
+layout: default
+---
+
+<header class="title">
+    {% include post-header.html item=page %}
+    <h1>{{ page.title }}</h1>
+</header>
+
+{{ content }}
+
+<p class="comment">Comments? <a href="mailto:post-AT-ralfj-DOT-de">Drop me a mail</a>{% if page.reddit %} or <a href="https://www.reddit.com/r{{ page.reddit }}">leave a note on reddit</a>{% endif %}!</p>