mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 21:36:42 +00:00
14 lines
514 B
HTML
14 lines
514 B
HTML
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{ block "title" . }}
|
|
{{ .Title }}
|
|
{{ end }}</title>
|
|
{{ template "_internal/opengraph.html" . }}
|
|
{{ template "_internal/twitter_cards.html" . }}
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="/fonts/stylesheet.css">
|
|
<link rel="stylesheet" href="/css/normalize.css">
|
|
<link rel="stylesheet" href="/css/main.css">
|
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
|
</head>
|