Rust post: be more explicit about the scope
[web.git] / ralf / blog / archive.html
1 ---
2 title: Archive
3 vars: blog-page.html
4 rss: true
5 sort: 1
6 hide: true
7 ---
8 <p>Here you can find direct links to all my blog posts.</p>
9
10   <ul class="post-list">
11     {% for post in site.posts %}
12       <li>
13         <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
14         &raquo;
15         <a class="post-link" href="{{ post.url }}">{{ post.title }}</a>
16       </li>
17     {% endfor %}
18   </ul>