summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2023-09-13 09:01:23 -0400
committerlolcat <will@lolcat.ca>2023-09-13 09:01:23 -0400
commitedc42ea35d05b536c2bebfcb78d1bf6007445e85 (patch)
tree425bef04d71fb8b6585906355a866d1f2f5c321b /template
parent71a61304b0072694174af559368a10b69d1e21e4 (diff)
added autocomplete
Diffstat (limited to 'template')
-rw-r--r--template/header.html2
-rw-r--r--template/home.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/template/header.html b/template/header.html
index b687d27..9e519fc 100644
--- a/template/header.html
+++ b/template/header.html
@@ -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?v3">
+ <link rel="stylesheet" href="/static/style.css?v4">
<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">
diff --git a/template/home.html b/template/home.html
index 25267c8..9818677 100644
--- a/template/home.html
+++ b/template/home.html
@@ -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?v3">
+ <link rel="stylesheet" href="/static/style.css?v4">
<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!">
@@ -33,6 +33,6 @@
Report a problem: <a href="https://lolcat.ca">lolcat.ca</a>
</div>
</div>
- <script src="/static/client.js?v3"></script>
+ <script src="/static/client.js?v4"></script>
</body>
</html>