Finished for now.

This commit is contained in:
2020-05-24 18:00:56 +02:00
parent 8f226e5bb5
commit 4d0985439d
25 changed files with 486 additions and 146 deletions

View File

@@ -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],
}