layout: default title: Projects active: projects
{% for post in site.posts % } <li><a href=“{{ post.url }}”>{{ post.title }}</a></li>
{% endfor %}
layout: default title: Projects active: projects
{% for post in site.posts % } <li><a href=“{{ post.url }}”>{{ post.title }}</a></li>
{% endfor %}