mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
49 lines
3.1 KiB
HTML
49 lines
3.1 KiB
HTML
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="referrer" content="no-referrer">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="keywords" content="privacy, anonymity, privacy tools, surveillance, encryption">
|
|
<meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
|
|
<meta name="msapplication-TileColor" content="#da532c">
|
|
<meta name="msapplication-TileImage" content="/assets/img/favicons/mstile-144x144.png">
|
|
<meta name="msapplication-config" content="/assets/img/favicons/browserconfig.xml">
|
|
<meta name="theme-color" content="#ffffff">
|
|
|
|
<!-- title -->
|
|
{% if page.title %}
|
|
<title>{{ page.title }} | privacytools.io</title>
|
|
<meta property="og:title" content="{{ page.title }} | privacytools.io" />
|
|
{% else %}
|
|
<title>{{ site.title }}</title>
|
|
<meta property="og:title" content="{{ site.title }}" />
|
|
{% endif %}
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="{{ page.permalink | prepend: site.url }}" />
|
|
<meta property="og:image" content="https://www.privacytools.io/assets/img/layout/ogimage.jpg" />
|
|
<meta property="og:description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}"/>
|
|
<meta property="og:locale" content="en_GB" />
|
|
<meta property="og:site_name" content="privacytools.io" />
|
|
|
|
<!-- icons -->
|
|
<link rel="apple-touch-icon" sizes="57x57" href="/assets/img/favicons/apple-touch-icon-57x57.png">
|
|
<link rel="apple-touch-icon" sizes="60x60" href="/assets/img/favicons/apple-touch-icon-60x60.png">
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/assets/img/favicons/apple-touch-icon-72x72.png">
|
|
<link rel="apple-touch-icon" sizes="76x76" href="/assets/img/favicons/apple-touch-icon-76x76.png">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="/assets/img/favicons/apple-touch-icon-114x114.png">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="/assets/img/favicons/apple-touch-icon-120x120.png">
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/assets/img/favicons/apple-touch-icon-144x144.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/assets/img/favicons/apple-touch-icon-152x152.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/favicons/apple-touch-icon-180x180.png">
|
|
<link rel="icon" type="image/png" href="/assets/img/favicons/favicon-32x32.png" sizes="32x32">
|
|
<link rel="icon" type="image/png" href="/assets/img/favicons/android-chrome-192x192.png" sizes="192x192">
|
|
<link rel="icon" type="image/png" href="/assets/img/favicons/favicon-96x96.png" sizes="96x96">
|
|
<link rel="icon" type="image/png" href="/assets/img/favicons/favicon-16x16.png" sizes="16x16">
|
|
<link rel="manifest" href="/assets/img/favicons/manifest.json">
|
|
<link rel="shortcut icon" href="/assets/img/favicons/favicon.ico">
|
|
|
|
<!-- CSS stylesheets -->
|
|
<link href="/assets/css/style.css?v=6" rel="stylesheet">
|
|
<link id="dark-css" href="/assets/css/dark.css?v=2" rel="stylesheet" media="(prefers-color-scheme: dark)">
|
|
</head>
|