diff --git a/templates/threads.html b/templates/threads.html index 5ff6e37..295b772 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -39,6 +39,13 @@ } } + main.home { + & .back, + & .top { + display: none + } + } + ul { list-style: none; } @@ -227,12 +234,10 @@

{{ app.title }}

{{ app.description }}

-
- {% if threads|length == 1 and threads[0].descendants %} +
- {% endif %} - {% if threads|length == 1 and threads[0].descendants|length > 1%} Top - {% endif %}