✨ Annotate IndexPage with MenuName
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / web / pages / IndexPage.kt
index f44b145..68e7e8f 100644 (file)
@@ -14,6 +14,7 @@ import javax.inject.Inject
  * The index page shows the main page of Sone. This page will contain the posts
  * of all friends of the current user.
  */
+@MenuName("Index")
 class IndexPage @Inject constructor(template: Template, webInterface: WebInterface, private val postVisibilityFilter: PostVisibilityFilter) :
                LoggedInPage("index.html", template, "Page.Index.Title", webInterface) {