Add link to mastodon in head

This commit is contained in:
Vri 🌈 2023-01-12 23:29:53 +01:00
parent e7a50c2507
commit a1767c52ea
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -5,6 +5,7 @@
{{- $style := resources.Get "/style.scss" | resources.ToCSS (dict "outputStyle" "compressed") }}
<link rel="preload stylesheet" as="style" href="{{ $style.Permalink }}" type="text/css" media="screen" />
<link href="/gpg.pub" rel="pgpkey authn" />
<link href="https://social.anoxinon.de/@vri" rel="me" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>