Attempt to add OGP support

This commit is contained in:
HackerNCoder 2022-08-23 23:23:49 +02:00
parent 25a551f13f
commit 974a783bcb
3 changed files with 8 additions and 0 deletions

BIN
assets/images/ogp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View file

@ -2,6 +2,13 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="{{ this.meta_desc }}" />
<!-- Open Graph Protocol -->
<meta name="og:title" content="Queerscriptors" />
<meta name="og:type" content="website" />
<meta name="og:image" content="{{ '/images/ogp.png'|url(absolute=True,external=True) }}" />>
<meta name="og:url" content={{ ".|url(absolute=True,external=True) }}" />
<meta name="og:description" content="A community of people that translate queer games" />
<title>{{ this.title }}</title>
<link rel="icon" type="image/svg+xml" href="{{ '/images/favicon.svg'|asseturl }}" />
<link rel="icon" type="image/png" href="{{ '/images/favicon.png'|asseturl }}" />

View file

@ -1,5 +1,6 @@
[project]
name = Queerscriptors
url = https://queerscriptors.org/
url_style = relative
locale = en