2018-05-28 12:33:21 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2018-05-28 19:19:45 +00:00
|
|
|
<title>{{ page.title }} - michael's blog</title>
|
|
|
|
<link rel="stylesheet" href="/css/index.css" />
|
2018-05-28 19:36:14 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2018-05-28 12:33:21 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2018-05-28 19:19:45 +00:00
|
|
|
<header>{% include navbar.html %}</header>
|
|
|
|
|
2018-05-28 17:07:44 +00:00
|
|
|
<div class="container" style="padding: 30px;">
|
2018-05-28 12:33:21 +00:00
|
|
|
<div style="text-align: center;">
|
2018-05-28 17:47:13 +00:00
|
|
|
<h1 style="display: inline-block; margin: 0;">{{ page.title }}</h1>
|
2018-05-28 19:19:45 +00:00
|
|
|
<p style="font-size: 0.9em;">published:
|
|
|
|
<b>{{ page.date | date_to_long_string }}</b>
|
|
|
|
</p>
|
2018-05-28 12:33:21 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
2018-05-28 19:19:45 +00:00
|
|
|
|
2018-05-28 17:13:18 +00:00
|
|
|
{% include footer.html %}
|
2018-05-28 12:33:21 +00:00
|
|
|
</body>
|
|
|
|
|
2018-05-28 19:19:45 +00:00
|
|
|
</html>
|