open paypallinks in a new tab

This commit is contained in:
antil0pa 2019-12-23 15:15:39 +01:00
parent 40f9110eca
commit b13abc5188
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<h2>{{ item.title }}</h2>
<p class="service">Vote for <br>{{ item.text }}</p>
</a>
<a href="{{ item.button }}"><img src="https://disroot.org/en/donate/_donate/pp_button.png" height="35"></a>
<a href="{{ item.button }}" target=_blank><img src="https://disroot.org/en/donate/_donate/pp_button.png" height="35"></a>
</div>
</div>
{% endfor %}