Add twitter card <meta /> tags
This commit is contained in:
parent
b6f77ecdf9
commit
5e92b3846b
1 changed files with 8 additions and 1 deletions
|
@ -12,7 +12,14 @@
|
||||||
<!-- We wanted pepperminty.wiki, but it's too expensive :-( -->
|
<!-- We wanted pepperminty.wiki, but it's too expensive :-( -->
|
||||||
<meta property="og:url" content="https://peppermint.mooncarrot.space/" />
|
<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: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!" />
|
<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)!" />
|
||||||
|
|
||||||
|
<!-- Twitter Cards -->
|
||||||
|
<meta property="twitter:card" content="summary" />
|
||||||
|
<meta property="twitter:site" content="@SBRLabs" />
|
||||||
|
<meta property="twitter:title" content="Pepperminty Wiki" />
|
||||||
|
<meta property="twitter: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)!" />
|
||||||
|
<meta property="twitter:image" content="https://starbeamrainbowlabs.com/blog/images/20151015-learning-swi-prolog-banner.svg" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>
|
<h1>
|
||||||
|
|
Loading…
Reference in a new issue