aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-09-16 23:32:24 +0100
committerrubenwardy <rw@rubenwardy.com>2020-09-16 23:32:39 +0100
commitd76f10c31281ded60b7d82bf81383b36f5813da8 (patch)
tree2dc4e1bee86efe8cc8bb227b635142631d18644c /app/templates/base.html
parenta1e0e37223436b9d1c65d6f75251faf5226f2f79 (diff)
downloadcheatdb-d76f10c31281ded60b7d82bf81383b36f5813da8.tar.xz
Improve documentation
Diffstat (limited to 'app/templates/base.html')
-rw-r--r--app/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html
index c9be4a2..239cbe4 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}title{% endblock %} - {{ config.USER_APP_NAME }}</title>
<link rel="stylesheet" type="text/css" href="/static/bootstrap.css">
- <link rel="stylesheet" type="text/css" href="/static/custom.css?v=13">
+ <link rel="stylesheet" type="text/css" href="/static/custom.css?v=14">
<link rel="search" type="application/opensearchdescription+xml" href="/static/opensearch.xml" title="ContentDB" />
<link rel="shortcut icon" href="/favicon-16.png" sizes="16x16">
<link rel="icon" href="/favicon-128.png" sizes="128x128">