mirror of
https://github.com/Kugelschieber/schnittfest.git
synced 2026-01-18 10:20:27 +00:00
Finished for now.
This commit is contained in:
@@ -21,11 +21,9 @@ func LandingPageHandler(w http.ResponseWriter, r *http.Request) {
|
||||
langCode := util.GetLangCode(r)
|
||||
data := struct {
|
||||
Vars map[string]string
|
||||
NavbarVars map[string]string
|
||||
FooterVars map[string]string
|
||||
}{
|
||||
landingPageI18n[langCode],
|
||||
navbarComponentI18n[langCode],
|
||||
footerComponentI18n[langCode],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user