Queerscriptors.org/templates/meta.html

15 lines
780 B
HTML

<head>
<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 }}" />
<title>{{ this.title }}</title>
<!--<link rel="icon" type="image/x-icon" href="{{ '/images/favicon.ico'|url }}" />-->
<!-- Font Awesome icons (free version)-->
<script src="{{ '/js/fontawesome.js'|asseturl }}"></script>
<!-- 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)-->
<link href="{{ '/css/styles.css'|asseturl }}" rel="stylesheet" />
</head>