Just ramblings and musings? Nay, nay
{% if site.posts %}{% if site.tags.featured %}
Featured
- {% for post in site.categories.topics %}{% if post.tags contains "featured" %}
-
{{ post.title }}
{{ post.date | date: "%Y-%m-%d" }}
{{ post.excerpt | strip_html | truncatewords: 12 }}
{% endif %}{% endfor %}
- {% assign p = '9999' %}{% for post in site.categories.topics %}{% assign n = post.date | date: "%Y" %}{% if n != p %}{% assign p = n %}
[{{ post.date | date: "%d %b" }}]{{ post.title }} {{ post.excerpt | strip_html | truncatewords: 12 }} {% endfor %}