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,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"/>
|
||||
|
||||
Reference in New Issue
Block a user