mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
086ba5da87
* fix various lighthouse issues * remove bom FROM AN AUTOGENERATED FILE
36 lines
2.1 KiB
HTML
36 lines
2.1 KiB
HTML
<!doctype html>
|
|
<html class="no-js" lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>{% if page.browserTitle != null %}{{ page.browserTitle }}{% else %}{{ page.title }}{% endif %} · ACE3</title>
|
|
|
|
<meta name="description" content="{% if page.description != null %}{{ page.description }}{% else %}{{site.description}}{% endif %}" />
|
|
<meta name="keywords" content="{% if page.keywords != null %}{{ page.keywords }}{% else %}{{site.keywords}}{% endif %}" />
|
|
<meta name="robots" content="INDEX,FOLLOW" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
<link type="text/plain" rel="author" href="{{ site.baseurl }}/humans.txt" />
|
|
|
|
<meta property="og:title" content="{% if page.browserTitle != null %}{{ page.browserTitle }}{% else %}{{ page.title }}{% endif %}" />
|
|
<meta property="og:description" content="{% if page.description != null %}{{ page.description }}{% else %}{{site.description}}{% endif %}" />
|
|
<meta property="og:site_name" content="ACE3"/>
|
|
<meta property="og:locale" content="en_US" />
|
|
<meta property="og:url" content="{{ site.productionUrl }}{{ page.url }}" />
|
|
<meta property="og:image" content="{{ site.productionUrl }}{% if page.image != null %}{{ page.image }}{% else %}/img/slider01.webp{% endif %}" />
|
|
|
|
<link rel="icon" type="image/png" href="{{ site.baseurl }}/favicon-32.png" sizes="32x32" />
|
|
<link rel="icon" type="image/png" href="{{ site.baseurl }}/favicon.png" sizes="16x16" />
|
|
|
|
<link rel="manifest" href="/manifest.json">
|
|
<meta name="theme-color" content="#951E14">
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/css/app.css?v={{site.time | date: '%Y%m%d%H'}}" />
|
|
</head>
|
|
<body>
|
|
<header>
|
|
{% include _navigation.html %}
|
|
</header>
|