Add the post stats.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 25 Dec 2009 18:47:56 -0500 |
parents |
aef920f3a570 |
children |
3e6549916647 |
{% extends "skeleton/_base.html" %}
{% block content %}
<div id="leaf-title"><h1>{{ page.title|safe|typogrify }}</h1></div>
<div id="leaf-stats"><p>Posted on {{ page.created|date:"l, F j, Y" }} ({{ page.created|timesince }} ago).</p></div>
<div id="leaf-content">
{% filter typogrify %}
{% article %}
{% filter typogrify %}
{% markdown toc def_list %}
{% block article %}{% endblock %}
{% endmarkdown %}
{% endfilter %}
{% endarticle %}
{% endfilter %}
</div>
{% endblock %}