mirror of
https://github.com/torproject/lego.git
synced 2025-02-17 08:39:33 +00:00
Add pipe url in header tag link
This commit is contained in:
parent
9c2cffefd6
commit
c3a9b12ac7
@ -19,7 +19,7 @@
|
||||
<img src="{{ header_mobile | asseturl }}" class="donate-header-image-mobile img-fluid" />
|
||||
{% if this.header_tag_line %}
|
||||
<div class="text-center py-3">
|
||||
<a href="{{ this.header_tag_link }}" title="Friends of Tor" class="match">{{ _( this.header_tag_line ) }}</a>
|
||||
<a href="{{ this.header_tag_link | url }}" title="Friends of Tor" class="match">{{ _( this.header_tag_line ) }}</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user