|
@@ -1,5 +1,5 @@
|
|
{% extends "/html/base.html" %}
|
|
{% extends "/html/base.html" %}
|
|
-{%block subtitle %}: f {{post.title}} on {{post.date|date:"MM.dd"}}{% endblock %}
|
|
|
|
|
|
+{%block subtitle %}: {{post.title}} on {{post.date|date:"MM.dd"}}{% endblock %}
|
|
{% block content %}
|
|
{% block content %}
|
|
<div id="post">
|
|
<div id="post">
|
|
{% include "/html/post-content.html" %}
|
|
{% include "/html/post-content.html" %}
|