sakrecoer-mother-web/_layouts/default.html

18 lines
684 B
HTML
Raw Normal View History

---
---
<!DOCTYPE html>
2019-04-24 18:56:12 +02:00
<html lang="en">
<head>
2019-04-24 18:56:12 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
<link rel="apple-touch-icon" href="{{ site.baseurl }}/apple-touch-icon.png">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/touch-icon.png" sizes="192x192">
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.png" type="image/png" />
{% if page.url == '/' %}<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/frontpage.css" />{% else %}<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style2014.css" />{% endif %}
{% include seo.html %}
</head>
2019-04-24 18:56:12 +02:00
<body>
{{ content }}
{% include navmenu.html %}
</body>
2019-04-24 18:56:12 +02:00
</html>