2019-05-30 22:17:39 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
2019-06-01 14:07:43 +02:00
|
|
|
<title>{% block title %}{% endblock %}</title>
|
2019-05-31 10:07:44 +02:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2019-06-01 14:07:43 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
2019-06-01 14:19:43 +02:00
|
|
|
<meta name="description" content="{{ page.description }}">
|
2019-06-01 14:07:43 +02:00
|
|
|
<meta property="og:site_name" content="{{ SITENAME }}">
|
|
|
|
<meta property="og:locale" content="{{ DEFAULT_LANG }}">
|
|
|
|
<meta property="og:title" content="{{ page.title }}">
|
2019-06-01 14:19:43 +02:00
|
|
|
<meta property="og:description" content="{{ page.description }}">
|
2019-06-01 14:07:43 +02:00
|
|
|
<meta property="og:type" content="website">
|
|
|
|
<meta property="og:url" content="{{ SITEURL }}/{{ page.save_as }}">
|
|
|
|
<meta property="og:image" content="{{ SITEURL }}/theme/images/offen-logo-social-media.jpg">
|
|
|
|
<meta name="twitter:image:alt" content="offen logo">
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
|
|
<link rel="canonical" href="{{ SITEURL }}/{{ page.save_as }}">
|
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="/theme/images/favicon.ico">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/theme/css/style.css">
|
2019-05-30 22:17:39 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="wrapper">
|
|
|
|
|
|
|
|
<header>
|
2019-06-01 14:07:43 +02:00
|
|
|
<a href="/" title="offen home page" alt="offen home page"><img src="/theme/images/logo.svg" alt="offen logo" width="165" height="102" class="logo"></a>
|
2019-05-30 22:17:39 +02:00
|
|
|
</header>
|
|
|
|
|
|
|
|
{% block content %}{% endblock %}
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
<ul class="footer-list">
|
|
|
|
<li>
|
|
|
|
May 2019
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="https://github.com/offen" title="Offen GitHub" target="_blank">GitHub</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="mailto:mail@offen.dev" title="Offen Contact" target="_blank">Contact</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|