@ -13,7 +13,7 @@ Below you'll find a list of projects we host.
<ul>
{% for websites in site.data.websites %}
<li>
- <a href="{{ websites.url }}" target="_blank">{{ websites.name }}</a>
- <a href="{{ websites.url }}">{{ websites.name }}</a>
</li>
{% endfor %}
</ul>