---
layout: default
title: Home
notitle: true
---
News
{% for post in site.posts limit: site.front_page_news %}
{% if post.shortnews %}
-
{{ post.date | date_to_long_string }}
{{ post.content }}
{% else %}
-
{{ post.date | date_to_long_string }}
» {{ post.title }}
{% endif %}
{% endfor %}
{% assign numposts = site.posts | size %}
{% if numposts >= site.front_page_news %}
Older posts…
{% else %}
Older news posts…
{% endif %}