# HG changeset patch # User Steve Losh # Date 1261613928 18000 # Node ID 21310ac1ce1549ae28b188cb0f54af15ef577081 # Parent 8449b34c3244fb6c7a7c0cec89222ec429374e8d Fix the article comment tag issue. diff -r 8449b34c3244 -r 21310ac1ce15 layout/_post.html --- 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 @@
{% filter typogrify %} - {% markdown %} - {% article %} - {% block article %}{% endblock %} - {% endarticle %} - {% endmarkdown %} + {% article %} + {% markdown %} + {% block article %}{% endblock %} + {% endmarkdown %} + {% endarticle %} {% endfilter %}
{% endblock %} \ No newline at end of file