commit 2399b7d586200ea9063c162caafb185b6d968c76 Author: Nicolei Ocana nicoleiocana@gmail.com Date: Sun Apr 12 17:38:07 2020 +0000
Remove open-iconic-bootstrap.css link --- templates/meta.html | 1 - 1 file changed, 1 deletion(-)
diff --git a/templates/meta.html b/templates/meta.html index bcda0da..9a4c64a 100644 --- a/templates/meta.html +++ b/templates/meta.html @@ -2,6 +2,5 @@ <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/open-iconic/font/css/open-iconic-bootstrap.css'|asseturl }}"> <link rel="stylesheet" href="{{ '/static/fonts/fontawesome/css/all.min.css'|asseturl }}" rel="stylesheet"> <title>{{ _("Tor Project") }} | {% block title %}{{ this.title }}{% endblock %}</title>