removed target=_blank from frontpage links

main
david 7 years ago
parent a24c600251
commit 82d2f515a0

@ -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>

Loading…
Cancel
Save