diff options
| author | Joe Carstairs <me@joeac.net> | 2024-10-05 17:20:10 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-10-05 17:20:10 +0100 |
| commit | 86f31617fb3b2f7f8b42451451840a6cc8ee851c (patch) | |
| tree | 4cdb2d1ef4b16867af91ffd5b89676dbd7b31806 /src/layouts/Layout.astro | |
| parent | 41bbbc349696dc72a1a672e0917c0ff1ab00835a (diff) | |
applies prettier
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" /> |
