Add lang attribute to html tags

This commit is contained in:
Shreesh Bhat
2021-07-12 23:46:28 -04:00
parent 1b13f5c158
commit 3f14bed413
33 changed files with 79 additions and 33 deletions

View File

@ -2,10 +2,12 @@
// Component Imports
import Counter from '../components/Counter.vue'
let lang = 'en';
// Full Astro Component Syntax:
// https://github.com/snowpackjs/astro/blob/main/docs/core-concepts/astro-components.md
---
<html>
<html lang={ lang ?? 'en' }>
<head>
<meta charset="utf-8" />
<meta