diff --git a/templates/index.html b/templates/index.html index 263c8828a..d4daa216c 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 }}