ACE3/docs/_includes/_header.html

35 lines
2.1 KiB
HTML
Raw Normal View History

<!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" />
2016-12-27 08:11:58 +00:00
<link rel="canonical" href="{{ site.baseurl }}{{ page.url }}" />
<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.jpg{% endif %}" />
2016-12-27 08:36:18 +00:00
<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" />
2016-12-28 08:08:59 +00:00
<link rel="manifest" href="/manifest.json">
2016-12-27 08:36:18 +00:00
<meta name="theme-color" content="#951E14">
<link href="//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="{{ site.baseurl }}/css/app.css?v={{site.time | date: '%Y%m%d%H'}}" />
</head>
<body>
<header>
{% include _navigation.html %}
</header>