diff --git a/app/models/communication/website/with_menu_items.rb b/app/models/communication/website/with_menu_items.rb
index 4a343d7dccf2dec0b13c2a8aff251e23dfe6eae3..b1ee2368be47442a94ab3170c68e083f98fb9e8e 100644
--- a/app/models/communication/website/with_menu_items.rb
+++ b/app/models/communication/website/with_menu_items.rb
@@ -41,7 +41,7 @@ module Communication::Website::WithMenuItems
   end
 
   def menu_item_kind_staff?
-    authors.any?
+    true
   end
 
   def menu_item_kind_administrators?