Fix the article comment tag issue.
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 23 Dec 2009 19:18:48 -0500 |
parents |
8449b34c3244
|
children |
df865ed70aa0
|
branches/tags |
(none) |
files |
layout/_post.html |
Changes
--- a/layout/_post.html Wed Dec 23 19:17:44 2009 -0500
+++ b/layout/_post.html Wed Dec 23 19:18:48 2009 -0500
@@ -5,11 +5,11 @@
<div id="leaf-content">
{% filter typogrify %}
- {% markdown %}
- {% article %}
- {% block article %}{% endblock %}
- {% endarticle %}
- {% endmarkdown %}
+ {% article %}
+ {% markdown %}
+ {% block article %}{% endblock %}
+ {% endmarkdown %}
+ {% endarticle %}
{% endfilter %}
</div>
{% endblock %}
\ No newline at end of file