Queerscriptors.org/templates/meta.html

18 lines
891 B
HTML
Raw Normal View History

2021-08-18 00:13:13 +00:00
<!DOCTYPE html>
<html lang="en">
<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 }}" />
2021-08-18 00:13:13 +00:00
<title>{{ this.title }}</title>
2021-08-18 13:56:17 +00:00
<!--<link rel="icon" type="image/x-icon" href="{{ '/images/favicon.ico'|url }}" />-->
2021-08-18 00:13:13 +00:00
<!-- Font Awesome icons (free version)-->
2022-05-26 19:19:54 +00:00
<script src="{{ '/js/fontawesome.js'|asseturl }}"></script>
2021-08-18 00:13:13 +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" />
2021-08-18 00:13:13 +00:00
</head>
<body id="page-top">