Add lang
variable to HTML
This commit is contained in:
parent
c9db3562b3
commit
44a5263d92
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ import {SiteSettings} from "@config"
|
|||
const { Title } = Astro.props;
|
||||
---
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Metadata -->
|
||||
<title>{Title}</title>
|
||||
|
|
Loading…
Add table
Reference in a new issue