<h2>My Projects</h2>
{% for project in site.projects %}
<a href="{{ project.url }}"> <h2>{{project.title}}</h2> </a>
{% endfor %}
<h2>My Projects</h2>
{% for project in site.projects %}
<a href="{{ project.url }}"> <h2>{{project.title}}</h2> </a>
{% endfor %}