Add meta description

This commit is contained in:
HackerNCoder 2021-08-18 15:19:57 +01:00
parent 6e1a7cf76b
commit 689edcc6dc
3 changed files with 7 additions and 2 deletions

View file

@ -9,3 +9,5 @@ about_title: Join us!
about_body: about_body:
The Queerscriptor community does it's translations on a [weblate](https://littleroot.net/weblate/). We do our coordination in a channel on the [Next Gaymer](https://nextgaymer.com/) Discord. The Queerscriptor community does it's translations on a [weblate](https://littleroot.net/weblate/). We do our coordination in a channel on the [Next Gaymer](https://nextgaymer.com/) Discord.
---
meta_desc: A community of people that translate queer games

View file

@ -21,3 +21,7 @@ translate = True
[fields.about_body] [fields.about_body]
type = markdown type = markdown
translate = True translate = True
[fields.meta_desc]
type = string
translate = True

View file

@ -3,8 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" /> <meta name="description" content="{{ this.meta_desc }}" />
<meta name="author" content="" />
<title>{{ this.title }}</title> <title>{{ this.title }}</title>
<!--<link rel="icon" type="image/x-icon" href="{{ '/images/favicon.ico'|url }}" />--> <!--<link rel="icon" type="image/x-icon" href="{{ '/images/favicon.ico'|url }}" />-->
<!-- Font Awesome icons (free version)--> <!-- Font Awesome icons (free version)-->