diff --git a/templates/index.html b/templates/index.html index 2b835e8eb..d1b744e94 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,7 +11,7 @@ {%- endfor %}
-
+
diff --git a/templates/thread.html b/templates/thread.html index e841668bf..e26d4bcc6 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -8,7 +8,19 @@

{{ thread.body }}
Posted at {{ thread.posted }}

{% for post in posts -%} -
  • {{ post.body }}
    Posted at {{ post.posted }}

    +
  • {{ post.body }}
    Posted at {{ post.posted }}
  • {%- endfor %} + +
    + + +
    + + +
    +
    + +
    +