cosin-website/layouts/alias.html
2022-09-05 22:46:56 +02:00

24 lines
886 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{ .Permalink }}</title>
<link rel="canonical" href="{{ .Permalink }}"/>
<meta charset="utf-8"/>
<meta name="robots" content="noindex"/>
<meta http-equiv="refresh" content="0; url={{ .Permalink }}"/>
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="CoSin - Chaos Singularity"/>
<meta property="og:title" content="Hauptseite"/>
<meta property="og:url" content="{{ .Permalink }}"/>
<meta property="og:image" content="https://www.cosin.ch/images/ogp/cosin_icon_2021.png"/>
<meta property="og:image:type" content="image/png"/>
<meta property="og:image:width" content="128"/>
<meta property="og:image:height" content="128"/>
<meta property="og:image:alt" content="CoSin Icon 2021"/>
<link rel="me" href="https://chaos.social/@CoSin"/>
</head>
</html>