mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 09:39:44 +00:00
Add rule in navbar to work for other websites refactor
This commit is contained in:
parent
14f6638b26
commit
3e96fb9154
@ -54,12 +54,12 @@
|
||||
</div>
|
||||
</div>
|
||||
{% set download = site.get('/download') %}
|
||||
<div class="pull-right">
|
||||
{% if this.url_to(download) %}
|
||||
{% if download %}
|
||||
<div class="pull-right">
|
||||
<a class="btn btn-outline-light pull-right" href="{{ this.url_to(download)|url(alt=this.alt) }}">
|
||||
{{ _("Download Tor Browser") }}<i class="ml-2 pt-1 fas fa-arrow-down-png"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</nav>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user