Opengraph meta tags (#55)

* add favicon

* add opengraph tags with title and description
This commit is contained in:
f0x52 2021-06-21 21:09:06 +02:00 committed by GitHub
parent 5a2f3b35ba
commit fd57cca437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="og:title" content="{{.instance.Title}}">
<meta name="og:description" content="{{.instance.Description}}">
<link rel="stylesheet" href="/assets/bundle.css">
<link rel="shortcut icon" href="/assets/sloth.png" type="image/png">
<title>{{.instance.Title}} - GoToSocial</title>