aboutsummaryrefslogtreecommitdiff
path: root/templates/web/entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/entry.html')
-rw-r--r--templates/web/entry.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/entry.html b/templates/web/entry.html
index 0948625..774ef40 100644
--- a/templates/web/entry.html
+++ b/templates/web/entry.html
@@ -4,7 +4,7 @@
{% block content %}
<header>
- <h1>{{ settings.name }}</h1>
+ <h1><a href="{{ url_for('index') }}">{{ settings.name }}</a></h1>
<nav><a href="{{ url_for('index') }}">home</a></nav>
</header>
<h3>{{ entry.data.name }}</h3>