2 title: "Ralf's Ramblings"
7 {% assign num_posts = 5 %}
8 {% for post in site.posts %}
9 {% assign num_posts = num_posts | minus: 1 %}
10 {% if num_posts >= 0 %}
11 <header class="subtitle">
12 <div class="side"><a href="{{ post.url }}">Permalink</a> • {{ post.date | date: "%b %-d, %Y" }}{% if post.author %} • {{ post.author }}{% endif %}{% if post.meta %} • {{ post.meta }}{% endif %}</div>
13 <h1>{{ post.subtitle }}</h1>