~/selfhut

1bad11956b479bf5e0ea2385bc2a1bed26ce15c7 — Arthur Melton f123d74c 2 years ago
always set html lang
1 files changed, 2 insertions(+), 2 deletions(-)

M templates/layout.html.hbs
M templates/layout.html.hbs => templates/layout.html.hbs +2 -2
@@ 1,5 1,5 @@

<!doctype html>
<html>
<html lang="en">
	<head>
		<meta charset="utf8">
		<meta content="width=device-width, initial-scale=1" name="viewport">

@@ 9,4 9,4 @@

	<body>
		{{~> page}}
	</body>
</html>
\ No newline at end of file
</html>