[feat] add opengraph data
This commit is contained in:
parent
24a46df4a6
commit
b6e0102928
|
@ -37,3 +37,4 @@ tfoot
|
|||
thead
|
||||
truetype
|
||||
Dracu
|
||||
mangoiv
|
||||
|
|
BIN
images/mango-big.png
Normal file
BIN
images/mango-big.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
|
@ -4,6 +4,11 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="my personal website - blog, about and links">
|
||||
<meta property="og:description" content="my personal website - blog, about and links">
|
||||
<meta property="og:title" content="mangoiv's webpage">
|
||||
<meta property="og:image" content="https://mangoiv.com/images/mango-big.png">
|
||||
<meta property="og:url" content="https://mangoiv.com/">
|
||||
<title>mangoiv's webpage - $title$</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/chota.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/default.css" />
|
||||
|
@ -37,8 +42,8 @@
|
|||
}
|
||||
</style>
|
||||
<link rel="me" href="https://functional.cafe/@mangoiv"/>
|
||||
<link rel="icon" typ="image/png" href="/images/mango-32-32.png" sizes="32x32"/>
|
||||
<link rel="icon" typ="image/png" href="/images/mango-196-196.png" sizes="196x196"/>
|
||||
<link rel="icon" typ="image/png" href="/images/mango-32-32.png" sizes="32x32"/>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
|
Loading…
Reference in a new issue