Meta tags for cosin main page redirect page (hugo alias template)
This commit is contained in:
parent
84b307bda2
commit
bbb9f144e3
1 changed files with 22 additions and 0 deletions
22
themes/cosin-theme/layouts/alias.html
Normal file
22
themes/cosin-theme/layouts/alias.html
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
<!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>
|
Loading…
Reference in a new issue