From e4e775f232fb987d4ca0c8fe33511f4788d4f95b Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 1 Jan 2021 02:46:47 +0100 Subject: [PATCH] Fix node titles. --- app/templates/base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/templates/base.html b/app/templates/base.html index 65f9df2..89ede01 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -18,7 +18,11 @@ - Agora + {% if node is defined %} + [[{{node.uri}}]] + {% else %} + Agora + {% endif %}