summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.