diff --git a/ui/views/topiclist.jet b/ui/views/topiclist.jet index 9d4557d..b0f8f8f 100644 --- a/ui/views/topiclist.jet +++ b/ui/views/topiclist.jet @@ -1,6 +1,6 @@ {* * Amsterdam Web Communities System - * Copyright (c) 2025 Erbosoft Metaverse Design Solutions, All Rights Reserved + * Copyright (c) 2025-2026 Erbosoft Metaverse Design Solutions, All Rights Reserved * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this @@ -84,6 +84,14 @@ {{ t.Name | raw }} + {{ if t.Sticky }} + 📌 + {{ end }} + {{ if t.Archived && view != 5 }} + 🗄️ + {{ else if t.Frozen }} + 🧊 + {{ end }}