open paypallinks in a new tab
This commit is contained in:
parent
40f9110eca
commit
b13abc5188
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue