From 890401c6582564842574a6e774652f29bf0d20db Mon Sep 17 00:00:00 2001 From: Tom Gurion Date: Sat, 2 Sep 2017 22:16:51 +0100 Subject: [PATCH] Replace | with - between site name and subtitle in open graph title --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 4c365e8..98dc9a8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,7 +9,7 @@ {% block metadata %} - + {% endblock %}