tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

head.html (635B)


      1 <head>
      2  <meta charset="utf-8">
      3  <meta http-equiv="X-UA-Compatible" content="IE=edge">
      4  <meta name="viewport" content="width=device-width, initial-scale=1">
      5  {%- seo -%}
      6  <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
      7  {%- feed_meta -%}
      8  {%- if jekyll.environment == 'production' and site.google_analytics -%}
      9    {%- include google-analytics.html -%}
     10  {%- endif -%}
     11  <link rel="icon" type="image/png" sizes="32x32" href="{{ "/assets/images/favicon-32x32.png" | relative_url }}">
     12  <link rel="icon" type="image/png" sizes="16x16" href="{{ "/assets/images/favicon-16x16.png" | relative_url  }}">
     13 </head>