Queerscriptors.org/templates/meta.html

23 lines
1.2 KiB
HTML
Raw Normal View History

2022-08-21 11:31:33 +00:00
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
2021-08-18 14:19:57 +00:00
<meta name="description" content="{{ this.meta_desc }}" />
2022-08-23 21:23:49 +00:00
<!-- 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" />
2021-08-18 00:13:13 +00:00
<title>{{ this.title }}</title>
2022-08-22 11:06:20 +00:00
<link rel="icon" type="image/svg+xml" href="{{ '/images/favicon.svg'|asseturl }}" />
<link rel="icon" type="image/png" href="{{ '/images/favicon.png'|asseturl }}" />
2022-08-21 11:31:33 +00:00
<!-- Font Awesome icons (free version)-->
2022-05-26 19:19:54 +00:00
<script src="{{ '/js/fontawesome.js'|asseturl }}"></script>
2022-08-21 11:31:33 +00:00
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
2022-05-26 19:19:54 +00:00
<link href="{{ '/css/styles.css'|asseturl }}" rel="stylesheet" />
2022-08-21 11:31:33 +00:00
</head>