2016-09-07 16:10:48 -04:00
|
|
|
---
|
|
|
|
title: News
|
2017-05-25 12:16:23 +02:00
|
|
|
sidebar: pmd_sidebar
|
2016-09-07 16:10:48 -04:00
|
|
|
keywords: news, blog, updates, release notes, announcements
|
|
|
|
permalink: news_archive.html
|
|
|
|
toc: false
|
|
|
|
folder: news
|
|
|
|
---
|
|
|
|
|
|
|
|
<div class="home">
|
|
|
|
|
|
|
|
<div class="post-list">
|
|
|
|
|
|
|
|
|
|
|
|
<section id="archive">
|
|
|
|
<h3>This year's posts</h3>
|
|
|
|
{%for post in site.posts %}
|
|
|
|
{% unless post.next %}
|
|
|
|
<ul class="this">
|
|
|
|
{% else %}
|
|
|
|
{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
|
|
|
|
{% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %}
|
|
|
|
{% if year != nyear %}
|
|
|
|
</ul>
|
|
|
|
<h3>{{ post.date | date: '%Y' }}</h3>
|
|
|
|
<ul class="past">
|
|
|
|
{% endif %}
|
|
|
|
{% endunless %}
|
|
|
|
<li><time>{{ post.date | date:"%d %b" }}</time><a href="{{ post.url | remove: "/"}}">{{ post.title }}</a></li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<hr/>
|
|
|
|
</div>
|
2017-05-25 10:22:39 +02:00
|
|
|
</div>
|