News Stories

    {% for post in posts|sort|reverse %}
  • {{ post.title }}{% if post.permalink %} →{% endif %}

    Posted on {{ post.time.strftime('%d %B %Y').strip('') }} at {{ post.time.strftime('%I:%M %p').strip('0').lower() }} • {{ post.blog }} {% if post.author and post.blog != post.author %} • by {{ post.author }} {% endif %} {% if post.permalink %} • ∞ {% endif %}

    {{ post.body|safe }} {# Put a line between posts, but only if this isn't the last one #} {% if loop.index != posts|count %}
    {% endif %}
  • {% endfor %}

By Dr Drang.

Last updated on {{ time.strftime('%d %B %Y').strip('') }} at {{ time.strftime('%I:%M %p').strip('0').lower() }}. Made with Python app & Jinja (based on script by configuration of the repository)