chore: remove deprecated meta tag for onion location
All checks were successful
Build and Deploy Static Site / build (push) Successful in 2m38s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 2m38s
Eliminates the unused 'onion-location' meta tag from base.html. This header is now set in the web server instead.
This commit is contained in:
parent
af29b0f3f5
commit
4049fa4953
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@
|
||||||
name="twitter:image"
|
name="twitter:image"
|
||||||
content="https://private.coffee/assets/img/logo-inv_grad.png"
|
content="https://private.coffee/assets/img/logo-inv_grad.png"
|
||||||
/>
|
/>
|
||||||
<meta http-equiv="onion-location" content="http://coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion/{{ path }}">
|
|
||||||
<link rel="icon" type="image/png" href="assets/img/logo_inv_grad.png" />
|
<link rel="icon" type="image/png" href="assets/img/logo_inv_grad.png" />
|
||||||
<title>{% block title %}{% endblock %} - Private.coffee</title>
|
<title>{% block title %}{% endblock %} - Private.coffee</title>
|
||||||
<link rel="stylesheet" href="assets/dist/css/bootstrap.min.css" />
|
<link rel="stylesheet" href="assets/dist/css/bootstrap.min.css" />
|
||||||
|
|
Loading…
Reference in a new issue