Added doctype to all HTML templates

This commit is contained in:
2024-01-21 23:43:07 +02:00
parent 12abd35cfa
commit 4192d16b7a
6 changed files with 6 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
<!doctype html>
<html lang="en">
{{> (include_partial "layouts/partials/head") }}
+1
View File
@@ -1,3 +1,4 @@
<!doctype html>
<html lang="en">
{{> (include_partial "layouts/partials/head") }}
+1
View File
@@ -1,3 +1,4 @@
<!doctype html>
<html lang="en">
{{> (include_partial "layouts/partials/head") }}
+1
View File
@@ -1,3 +1,4 @@
<!doctype html>
<html lang="en">
<head>
+1
View File
@@ -1,3 +1,4 @@
<!doctype html>
<html lang="en">
{{> (include_partial "layouts/partials/head") }}
+1
View File
@@ -1,3 +1,4 @@
<!doctype html>
<html lang="en">
<head>