nicojensen.de/_layouts/default.html

25 lines
657 B
HTML
Raw Normal View History

2019-03-12 13:49:49 +01:00
<!DOCTYPE html>
<html lang="de" class="no-js page-home">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }}</title>
<link rel="shortcut icon" type="image/png" href="/assets/images/logo.png"/>
<link rel="stylesheet" href="/assets/css/styles.css">
{% feed_meta %}
{% seo %}
</head>
<body>
<a class="rss" href="/feed.xml">Subscribe via RSS</a>
{% include header.html %}
{% include navigation.html %}
<main>
{{ content }}
</main>
{% include footer.html %}
</body>
</html>