From d53979f78f52baed2364efb06efd1ef850c56b66 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 16 Nov 2021 15:07:03 -0500 Subject: [PATCH] Add canonical url support --- templates/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 1cca1f1..53e04e0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,7 +17,9 @@ - + {% if current_url %} + + {% endif %}