You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
281 B

---
layout: default
---
<div class="home">
<h1>Projects</h1>
<ul class="mods-list">
{% assign sorted = site.mods | sort %}
{% for mod in sorted %}
<li>
<h2><a href="{{ mod.url }}">{{ mod.title }}</a></h2>
<p>{{ mod.tagline }}</p>
</li>
{% endfor %}
</ul>
</div>