forked from lolcat/4get
bug fixes (without google support)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
||||
<title>{%title%}</title>
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
<link rel="stylesheet" href="/static/style.css?v2">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="robots" content="{%index%}index,{%index%}follow">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
||||
<title>4get</title>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
<link rel="stylesheet" href="/static/style.css?v2">
|
||||
<meta name="robots" content="index,follow">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<meta name="description" content="4get.ca: They live in our walls!">
|
||||
@@ -31,6 +31,6 @@
|
||||
Report a problem: <a href="https://lolcat.ca/contact">lolcat.ca/contact</a>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/static/client.js"></script>
|
||||
<script src="/static/client.js?v2"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -2,6 +2,6 @@
|
||||
{%images%}
|
||||
</div>
|
||||
{%nextpage%}
|
||||
<script src="/static/client.js"></script>
|
||||
<script src="/static/client.js?v2"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -11,6 +11,6 @@
|
||||
{%left%}
|
||||
</div>
|
||||
</div>
|
||||
<script src="/static/client.js"></script>
|
||||
<script src="/static/client.js?v2"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user