@@ -2,7 +2,7 @@
{% block title %} {{ entry.title }} {% endblock %}
{% block content %}
<div class="index">
-<h1>{{ entry.title }}</h1>
+<h2>{{ entry.title }}</h2>
{{ entry.body_html }}
</div>
{% endblock content %}
- <div id="header" class="published"><a href="{{site_url}}">{{ entry.author }}</a> – {{ entry.publish_date }}</div>
+ <div id="header" class="published"><a href="{{site_url}}">{{ entry.author }}</a> – {{ entry.publish_date.strftime("%B %d, %Y") }}</div>
<h1>{{ entry.title }}</h1>
<div class="tags">