diff options
Diffstat (limited to 'src/Routes/Home.c')
| -rw-r--r-- | src/Routes/Home.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Routes/Home.c b/src/Routes/Home.c index be9a3d0..0534517 100644 --- a/src/Routes/Home.c +++ b/src/Routes/Home.c @@ -6,7 +6,7 @@ int home_handler(UrlParams *params) { (void)params; char *theme = get_theme(""); - char *locale = get_locale("en_gb"); + char *locale = get_locale(NULL); TemplateContext ctx = new_context(); context_set(&ctx, "theme", theme); |
