<!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" />
        <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 %}" />

        <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 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>