summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-01-20 14:15:01 +0100
committerRomain Gonçalves <me@rgoncalves.se>2021-01-20 14:15:01 +0100
commit8dd3cba3ee66ccf02a80e2cff40915cd93592457 (patch)
tree7038685d15e106d153966a1874429b38bf92db6f /templates
parent63a2721885f0466038bc1c1614f200eb9b996dae (diff)
downloadold-website-8dd3cba3ee66ccf02a80e2cff40915cd93592457.tar.gz
Add logo to h1
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 0795d4a..4dd6431 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -9,11 +9,14 @@
</head>
<body>
<header>
+ <div>
+ <img src="/logo.png">
{% if title is defined %}
<h1>{{ title }}</h1>
{% else %}
<h1>rgoncalves.se</h1>
{% endif %}
+ </div>
<nav>
&nbsp;
<a href="/">home</a>
remember that computers suck.