From a119c6959247af00fce1fe1db00d38992e3fd206 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 18 Sep 2021 17:09:18 -0700 Subject: [PATCH] Use dash instead of vertical line to separate page name and site name --- bookwyrm/templates/layout.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index c00a0fee..9346207d 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -4,7 +4,7 @@ - {% block title %}BookWyrm{% endblock %} | {{ site.name }} + {% block title %}BookWyrm{% endblock %} - {{ site.name }} @@ -17,8 +17,8 @@ {% else %} {% endif %} - - + +