cosin-website/themes/cosin-theme/layouts/alias.html

23 lines
825 B
HTML
Raw Normal View History

<!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/cosin_icon_2019.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 2019"/>
</head>
</html>