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> <ul>
{% for websites in site.data.websites %} {% for websites in site.data.websites %}
<li> <li>
- <a href="{{ websites.url }}" target="_blank">{{ websites.name }}</a> - <a href="{{ websites.url }}">{{ websites.name }}</a>
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>