X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=theme%2Ftemplates%2Findex.html;h=56079ac9971d45592b2f6b94e27092a4bda5f7f7;hp=8f82005e60c01d8e2f4b201f1e503d967c24744e;hb=ff704c0849d1b7008eb4702a6cce15dc5c16b1e9;hpb=4a3282b43958d3a1e84d380b5765307dde432e84 diff --git a/theme/templates/index.html b/theme/templates/index.html index 8f82005..56079ac 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -4,33 +4,11 @@ {% block content %} {% for article in articles %} - - {% if loop.index == 1 %} - -
-

{{ article.title }}

- {{ article.content }} -
- -
- - {% if loop.length > 1 %} -
-

Last posts

-
    - {% endif %} - - {% elif loop.index < 7 %} -
  1. - {% include 'article_link.inc.html' %} -
  2. - {% endif %} - + +
    {% endfor %} -{% if articles|length > 1 %} -
-
-{% endif %} - {% endblock content %}