Surround href in quotations (#1526)
This commit is contained in:
@ -56,12 +56,12 @@
|
||||
|
||||
<div class="col-sm-4 mb-3 d-flex justify-content-center">
|
||||
<i class="far fa-address-card fa-2x"></i>
|
||||
<a href={{ "/about/" | translate_page }}>{% t About Us %} & {% t Contact %}</a>
|
||||
<a href="{{ "/about/" | translate_page }}">{% t About Us %} & {% t Contact %}</a>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-4 mb-3 d-flex justify-content-center">
|
||||
<i class="fas fa-donate fa-2x"></i>
|
||||
<a href={{ "/donate/" | translate_page }} data-toggle="tooltip" data-placement="top" data-original-title="{% t Please support this project by donating. We are ad-free and not affiliated with any providers. Your donation will cover our costs for servers and domains. %}">{% t Support Us! %}</a>
|
||||
<a href="{{ "/donate/" | translate_page }}" data-toggle="tooltip" data-placement="top" data-original-title="{% t Please support this project by donating. We are ad-free and not affiliated with any providers. Your donation will cover our costs for servers and domains. %}">{% t Support Us! %}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -80,7 +80,7 @@
|
||||
<p>
|
||||
<strong>{% t No Ads, No Google Analytics, No Affiliates, No Cross-Site Requests.%}</strong>
|
||||
<em>{% t {{ site.name }} is a socially motivated website that provides information for protecting your data security and privacy. Never trust any company with your privacy, always encrypt. %}</em>
|
||||
<a href={{ "/privacy/" | translate_page }}>{% t View our privacy statement %}</a>.
|
||||
<a href="{{ "/privacy/" | translate_page }}">{% t View our privacy statement %}</a>.
|
||||
</p>
|
||||
<p class="text-left">
|
||||
Tor v3: <strong>privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion</strong>
|
||||
|
Reference in New Issue
Block a user