This commit is contained in:
parent
ddcd8a49c8
commit
bdf3bfad69
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@
|
|||
<meta property="og:type" content="article" />
|
||||
<meta property="og:title" content="{{ .Title }}" />
|
||||
<meta property="og:description" content="{{ .Summary }}" />
|
||||
<meta property="og:image" content="/img/bg.webp" />
|
||||
<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="/img/bg.webp" />
|
||||
<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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue