summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2026-04-03 16:36:11 -0700
committerAnson Bridges <bridges.anson@gmail.com>2026-04-03 16:36:11 -0700
commitb4a420c4a2476effa9cbdc89770a17b27a5480d2 (patch)
treeb45abc5291e64504bf00dde15ac20bd4e7ffb610 /templates
parent97ccdd6fedaec5b0547d7a7e138f30a3389b845a (diff)
page icon
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 56c97e7..1a00fe2 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Orchard League</title>
+ <link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='img/logo.ico') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
</head>
<body>