---
layout: page
title: Project Activites
alltags: True
menu_order: 1
---
{% comment %}
Project activities are generated through the /_posts/ folder
{% endcomment %}
By tag
{% assign with_post_numbers = true %}
{% include tags_module.html %}
Most recent Posts (See all)
{% for post in site.posts %}
    {% if forloop.index < 5 %}
    {% include post_link.html %}
    {% endif %}
{% endfor %}