community/templates/meta.html
2023-10-13 13:34:38 -04:00

18 lines
1.0 KiB
HTML

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ _('Defend yourself against tracking and surveillance. Circumvent censorship.') }} | {{ this.title }}">
<link rel="stylesheet" href="{{ '/static/css/bootstrap.css'|asseturl }}">
<link rel="stylesheet" href="{{ '/static/fonts/fontawesome/css/all.min.css'|asseturl }}" >
<!-- Standard favicon -->
<link rel="icon" type="image/x-icon" href="{{ '/static/images/favicon.ico'|asseturl }}">
<!-- Recommended favicon format -->
<link rel="icon" type="image/png" href="{{ '/static/images/favicon.png'|asseturl }}">
<title>{{ _("Tor Project") }} | {% block title %}{{ this.title }}{% endblock %}</title>
<!-- The following script sets the base href to the current page's URL, which is necessary for correct functioning of relative links. -->
<script>
var baseElement = document.createElement('base');
baseElement.href = location.href;
document.head.appendChild(baseElement);
</script>
{% include 'banner.html' ignore missing %}