Add initial OpenGraph implementation
This commit is contained in:
parent
525f1c245b
commit
b6f77ecdf9
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,14 @@
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
|
|
||||||
<link rel="icon" href="static/images/logo.svg" />
|
<link rel="icon" href="static/images/logo.svg" />
|
||||||
|
|
||||||
|
<!-- OpenGraph -->
|
||||||
|
<meta property="og:title" content="Pepperminty Wiki" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<!-- We wanted pepperminty.wiki, but it's too expensive :-( -->
|
||||||
|
<meta property="og:url" content="https://peppermint.mooncarrot.space/" />
|
||||||
|
<meta property="og:image" content="https://peppermint.mooncarrot.space/static/images/page-light.png" />
|
||||||
|
<meta property="og:description" content="Pepperminty Wiki is a complete wiki engine contained in a single file, inspired by @am2064's Minty Wiki. It's packed with features and open source too (under MPL-2.0), so contributions are welcome!" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>
|
<h1>
|
||||||
|
|
Loading…
Reference in a new issue