summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html1
-rw-r--r--templates/profile.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 1041c25..a3b54ef 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">
<title>{% block title %}Lumière{% endblock %}</title>
+ <link rel="icon" href="/static/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="/static/styles.css" />
<script src="{{ url_for('static', path='/app.js') }}" defer></script>
</head>
diff --git a/templates/profile.html b/templates/profile.html
index 9fac27f..f697efe 100644
--- a/templates/profile.html
+++ b/templates/profile.html
@@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tyler's Film Diary - Lumière</title>
+ <link rel="icon" href="/static/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="/static/styles.css" />
</head>
<body>