path: ""
type: "posts"
values:
- layout: "post"
+ rss: true
+ pretitle: "Ralf's Ramblings"
# Build settings
markdown: kramdown
---
layout: default
---
+{% if page.pretitle %}
+<header id="-pretitle">
+ {% if page.date %}
+ <div class="side"><a href="{{ page.url }}">Permalink</a> • {{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</div>
+ {% endif %}
+ <h1>{{ page.pretitle }}</h1>
+</header>
+{% endif %}
+
<header id="-title">
<h1>{{ page.title }}</h1>
</header>
+++ /dev/null
----
-layout: default
-pretitle: "Ralf's Ramblings"
-rss: true
----
-<header id="-pretitle">
- <div class="side"><a href="{{ page.url }}">Permalink</a> • {{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</div>
- <h1>{{ page.pretitle }}</h1>
-</header>
-
-<header id="-title">
- <h1>{{ page.title }}</h1>
-</header>
-
-
-{{ content }}
-
---
-title: "Ralf's Ramblings: Archive"
-slug: Archive
+title: Archive
+pretitle: "Ralf's Ramblings"
rss: true
sort: 1
hide: true
---
-<p>Here you can find all my blog posts.</p>
+<p>Here you can find direct links to all my blog posts.</p>
<ul class="post-list">
{% for post in site.posts %}