Just ramblings and musings? Nay, nay


{% if site.posts %}{% if site.tags.featured %}

Featured

{% endif %}
    {% assign p = '9999' %}{% for post in site.categories.topics %}{% assign n = post.date | date: "%Y" %}{% if n != p %}{% assign p = n %}
    {{ n }}
    {% endif %}
  • [{{ post.date | date: "%d %b" }}]  {{ post.title }}  {{ post.excerpt | strip_html | truncatewords: 12 }}
  • {% endfor %}
{% endif %}