Add lang variable to HTML

This commit is contained in:
Korbs 2024-12-22 23:21:54 -05:00
parent c9db3562b3
commit 44a5263d92
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U

View file

@ -6,6 +6,7 @@ import {SiteSettings} from "@config"
const { Title } = Astro.props;
---
<html lang="en">
<head>
<!-- Metadata -->
<title>{Title}</title>