From 8057b8849e1f4e53d0731c75da16bfdbc32fc602 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 14 Apr 2018 22:30:03 +0200 Subject: feat(templates): Add 'sticky' badge to sticky threads --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 263c8828a038..d4daa216c293 100644 --- a/templates/index.html +++ b/templates/index.html @@ -28,7 +28,7 @@ {% for thread in threads -%}
-
{{ thread.title }}
+
{% if thread.sticky %}Sticky {% endif %}{{ thread.title }}
{{ thread.posted }}

Created by {{ thread.author_name }}

-- cgit 1.4.1