diff options
Diffstat (limited to 'src/layouts/Layout.astro')
| -rw-r--r-- | src/layouts/Layout.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 938bfe5..7ff06a8 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -24,7 +24,7 @@ function qualifiedLocalisedPath(newLocale: Locale) { } --- -<!DOCTYPE html> +<!doctype html> <html lang={locale}> <head> <meta charset="UTF-8" /> |
