Don't open a new window for the links
This commit is contained in:
parent
b4b302c207
commit
3fbf3a5303
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% for name, link in LINKS %}
|
||||
<li><a href="{{ link }}" target="_blank">{{ name }}</a></li>
|
||||
<li><a href="{{ link }}">{{ name }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in a new issue