diff --git a/templates/gitea.ini.j2 b/templates/gitea.ini.j2 index b0dd770..6810c93 100644 --- a/templates/gitea.ini.j2 +++ b/templates/gitea.ini.j2 @@ -26,7 +26,7 @@ DISABLE_HTTP_GIT = {{ gitea_disable_http_git }} [ui] ; Whether the email of the user should be shown in the Explore Users page SHOW_USER_EMAIL = {{ gitea_show_user_email }} -TMEMES = {{ gitea_themes }} +THEMES = {{ gitea_themes }} DEFAULT_THEME = {{ gitea_theme_default }} [server]