47573c894c585eea67ac5874a1b588741a1c0e72
[martlubbers.net.git] / _layouts / default.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>{{ page.title }}</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 </head>
8 <body>
9 <header>
10 <h1>
11 {% if page.collection == "posts" %}
12 {{ page.date | date: '%Y-%m-%d' }}:
13 {% endif %}
14 {{ page.title }}
15 </h1>
16 <h2>
17 {{ page.subtitle }}
18 </h2>
19
20 {% if page.collection == "posts" %}
21 <a href="/foerageer.html">Terug naar het blog</a>
22 {% endif %}
23 {% if page.name != "index.md" %}
24 <a href="/">Back to home/terug naar home</a>
25 {% endif %}
26 </header>
27
28 <section>
29 {{ content }}
30 </section>
31
32 <footer>
33 <span style="font-size: 0.75em">
34 Valid HTML 5 and optimized for screen readers.<br />
35 Best viewed with a screen resolution at least &ge;640x480 or at
36 least &ge;80x24 text mode in one of <a href="https://en.wikipedia.org/wiki/List_of_web_browsers">these browsers.</a><br />
37 Powered by <a href="https://jekyllrb.com">Jekyll</a><br />
38 {% unless page.collection == "posts" %}
39 Last updated: {{ page.date | date: '%Y-%m-%d' }}<br />
40 {% endunless %}
41 </span>
42 </footer>
43 </body>
44 </html>