diff --git a/templates/threads.html b/templates/threads.html index 79d289f..5483bd1 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -23,6 +23,18 @@ } } + main .back { + padding:1em 0 0; + + & a { + text-decoration: none; + } + + & a::before { + content: '\25C0'; + } + } + ul { list-style: none; } @@ -102,15 +114,22 @@
- go home +

{{ app.title }}

{{ app.description }}

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