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:
+1
-4
@@ -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>
|
||||
|
||||
+1
-1
@@ -65,4 +65,4 @@ Skills are individual powers gained through gameplay which give specific effects
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-row"></div>
|
||||
<div class="footer-row"> </div>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<title>{{title or 'blessfrey.me'}}</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="static/css/{{css}}.css"/>
|
||||
<title>{{title or 'blessfrey.me'}}</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="static/css/{{css}}.css"/>
|
||||
|
||||
@@ -94,5 +94,5 @@ The multiclass and skill system emphasizes player skill, personal expression, an
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-row"></div>
|
||||
<div class="footer-row"> </div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user