blob: a7d2358693eea91355892d4c492f9ae330daaa3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
layout: default
---
<div id="logo">
<a href='/'><img src='/static/imgs/logo.png' alt='' /></a>
</div>
<h1><a href="{{ page.url }}">{{ page.title }}</a></h1>
<div id="entry">
{{ content }}
<p class="timestamp">
{{ page.date | date_to_string }}
</p>
</div>
{% include footer.html %}
|