X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpages%2FIndexPage.kt;fp=src%2Fmain%2Fkotlin%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2Fpages%2FIndexPage.kt;h=52004ab761aa68838d36c447863307eb1a89db8b;hp=fb67bbacc09618a8493409f1c85580e16324b8a8;hb=c389ee8f5e6eacae70438c3f364e8674c09d1959;hpb=3492fada878049f5381d8221e73562d6d020200d diff --git a/src/main/kotlin/net/pterodactylus/sone/web/pages/IndexPage.kt b/src/main/kotlin/net/pterodactylus/sone/web/pages/IndexPage.kt index fb67bba..52004ab 100644 --- a/src/main/kotlin/net/pterodactylus/sone/web/pages/IndexPage.kt +++ b/src/main/kotlin/net/pterodactylus/sone/web/pages/IndexPage.kt @@ -15,6 +15,7 @@ import javax.inject.* */ @MenuName("Index") @TemplatePath("/templates/index.html") +@ToadletPath("index.html") class IndexPage @Inject constructor(webInterface: WebInterface, loaders: Loaders, templateRenderer: TemplateRenderer, private val postVisibilityFilter: PostVisibilityFilter) : LoggedInPage("index.html", "Page.Index.Title", webInterface, loaders, templateRenderer) {