{{ this.eyebrow }}

{{ this.summary }}

{{ this.body }}
Recent Activity Sorted by date
{% set entries = [] %} {% for section_id in ['projects', 'articles', 'blog'] %} {% for item in site.get('/' ~ section_id).children %} {% if entries.append(item) %}{% endif %} {% endfor %} {% endfor %} {% for item in entries|sort(attribute='date', reverse=true) %} {% endfor %}