Syllabus/themes/piratecare/layouts/partials/head.html

33 lines
1.4 KiB
HTML
Raw Normal View History

2020-03-05 04:10:52 +00:00
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2020-03-08 14:47:08 +00:00
<meta property="og:title" content="Pirate Care Syllabus">
<meta property="og:description" content="Pirate Care is a research process - primarily based in the transnational European space - that maps the increasingly present forms of activism at the intersection of “care” and “piracy”, which in new and interesting ways are trying to intervene in one of the most important challenges of our time, that is, the crisis of care in all its multiple and interconnected dimensions.">
<meta property="og:image" content="https://syllabus.pirate.care/images/piratecaqre.png">
<meta property="og:url" content="https://syllabus.pirate.care/">
<meta name="twitter:card" content="summary_large_image">
<!-- Non-Essential, But Recommended -->
<meta property="og:site_name" content="Pirate Care Syllabus">
<meta name="twitter:image:alt" content="Pirate Care">
<!-- Non-Essential, But Required for Analytics -->
<meta name="twitter:site" content="@piratecare">
2020-03-05 04:10:52 +00:00
<title>{{ block "title" . }}
{{- .Title }} - {{ .Site.Title -}}
{{ end }}</title>
{{ if .Description }}
<meta name="description" content="{{ .Description }}" />
{{ end }}
{{ if .Keywords }}
<meta name="keywords" content="{{ delimit .Keywords "," }}" />
{{ end }}
{{ if .Params.Author }}
<meta name="author" content="{{ .Params.Author}}" />
{{ end }}
{{ hugo.Generator }}