diff --git a/crates/app/src/langs/en-US.toml b/crates/app/src/langs/en-US.toml index c6cf324..52a1c6a 100644 --- a/crates/app/src/langs/en-US.toml +++ b/crates/app/src/langs/en-US.toml @@ -70,6 +70,7 @@ version = "1.0.0" "communities:label.delete_community" = "Delete community" "communities:label.change_title" = "Change title" "communities:label.new_title" = "New title" +"communities:label.pinned" = "Pinned" "notifs:action.mark_as_read" = "Mark as read" "notifs:action.mark_as_unread" = "Mark as unread" diff --git a/crates/app/src/public/html/communities/feed.html b/crates/app/src/public/html/communities/feed.html index 7ee80da..e2141d9 100644 --- a/crates/app/src/public/html/communities/feed.html +++ b/crates/app/src/public/html/communities/feed.html @@ -31,6 +31,20 @@ + {% endif %} {% if pinned|length != 0 %} +