Explorar el Código

Changes indentation

Talha Mansoor hace 11 años
padre
commit
eb289cdcf0
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      templates/article.html

+ 3 - 3
templates/article.html

@@ -41,9 +41,9 @@ hell {{ article.title }} - {{ super() }}
                 <ul> 
                     {% for tag in article.tags %}
                     <li><a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}
-                    {% for aTag, tagged_articles in tags if aTag == tag %}
-                    {{ tagged_articles|count }}
-                    {% endfor %}</a></li>
+                        {% for aTag, tagged_articles in tags if aTag == tag %}
+                        {{ tagged_articles|count }}
+                        {% endfor %}</a></li>
                     {% endfor %}
                 </ul>
                 </p>