This commit is contained in:
Michael Zhang 2018-05-28 14:19:45 -05:00
parent 86525a855b
commit 9d418fd132
No known key found for this signature in database
GPG Key ID: A1B65B603268116B
1 changed files with 9 additions and 7 deletions

View File

@ -1,23 +1,25 @@
<html>
<head>
<title>{{ page.title }} - michael's blog</title>
<link rel="stylesheet" href="/css/index.css" />
<title>{{ page.title }} - michael's blog</title>
<link rel="stylesheet" href="/css/index.css" />
</head>
<body>
{% include navbar.html %}
<header>{% include navbar.html %}</header>
<div class="container" style="padding: 30px;">
<div style="text-align: center;">
<h1 style="display: inline-block; margin: 0;">{{ page.title }}</h1>
<p style="font-size: 0.9em;">published: <b>{{ page.date | date_to_long_string }}</b></p>
<p style="font-size: 0.9em;">published:
<b>{{ page.date | date_to_long_string }}</b>
</p>
</div>
{{ content }}
</div>
{% include footer.html %}
</body>
</html>
</html>