fix typo in header's charset info; add language tag to html; trying to figure out why footer appears in middle of game + presskit pages

This commit is contained in:
Mimi Momo
2020-09-30 20:14:23 -05:00
parent 7b6a095fbf
commit 413326b1aa
6 changed files with 13 additions and 17 deletions
+1 -4
View File
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
% include('header.tpl')
</head>
@@ -8,12 +9,8 @@
% include('logo-bar.tpl')
% include('nav.tpl')
<div class="body-row"> </div>
{{!base}}
</div>
% include('footer.tpl')
</body>
</html>