34 lines
No EOL
2.1 KiB
HTML
34 lines
No EOL
2.1 KiB
HTML
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
<link rel="canonical" href="{{ .Permalink }}" />
|
|
<meta name="keywords"
|
|
content="Movement Infrastructure Research, Social Movement Security, Data Autonomy, Activist Technology, Surveillance Resistance, Tech for Liberation, Movement Repression, Tech Contention, Digital Privacy for Activists, R&D for Social Justice, Tech and Activism, Secure Organizing Tools, Freedom Technologies, Tech Safety for Movements, Data Protection for Activists, Repression Resistance Technology, Liberation Tech Development, Surveillance Mitigation, Innovative Activist Tools, Technology and Justice">
|
|
<meta property="og:site_name" content="{{ $.Site.Title }}" />
|
|
{{ if .IsPage }}
|
|
<title>{{ .Title }} | {{ $.Site.Title }}</title>
|
|
<meta property="og:type" content="article" />
|
|
<meta property="og:title" content="{{ .Title }}" />
|
|
<meta property="og:description" content="{{ .Summary }}" />
|
|
<meta property="og:image" content="/media/jellyfish.jpg" />
|
|
{{ else }}
|
|
<title>{{ $.Site.Title }}</title>
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta property="og:title" content="{{ $.Site.Title }}" />
|
|
<meta property="og:description" content="Security and data autonomy for social movements" />
|
|
<meta property="og:image" content="/media/jellyfish.jpg" />
|
|
{{ end }}
|
|
<link rel="stylesheet" type="text/css" href="/css/tailwind.min.css" />
|
|
{{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title =
|
|
.Site.Title }}{{ end }}
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
|
<link rel="manifest" href="/site.webmanifest" />
|
|
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png" />
|
|
<link rel="icon" type="image/png" sizes="512x512" href="/android-chrome-512x512.png" />
|
|
<link rel="stylesheet" href="/fonts/inter.css">
|
|
</head> |