소스 검색

Indentation

Talha Mansoor 12 년 전
부모
커밋
a3a009698f
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      templates/article.html

+ 4 - 4
templates/article.html

@@ -70,8 +70,8 @@
     </section>
 </div>
 </article>
-    {% endblock content %}
+{% endblock content %}
 
-    {% block script %}
-    {% include 'disqus_script_count.html' %}
-    {% endblock script %}
+{% block script %}
+{% include 'disqus_script_count.html' %}
+{% endblock script %}