summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index c28c8f4..22c16f0 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -13,7 +13,7 @@
</head>
<body>
- <h1 id="header">Spline</h1>
+ <h1 id="header"><img src="{{url_for('static', filename='logo.png')}}" alt="Spline" /></h1>
{% if title %}
<h2>{{ title }}</h2>