blob: a7d2358693eea91355892d4c492f9ae330daaa3f (
plain) (
tree)
|
|
---
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 %}
|