removed target=_blank from frontpage links

This commit is contained in:
david 2016-06-12 14:33:07 +02:00
parent a24c600251
commit 82d2f515a0
1 changed files with 1 additions and 1 deletions

View File

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