From 1d5c587eb584b1e059daad0d67e030acc5c9dcf0 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 24 Oct 2023 10:19:12 +0200 Subject: [PATCH] feat: add og url Signed-off-by: kjuulh --- templates/base.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 0943cdc..4b6eda0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -19,7 +19,7 @@ - + @@ -28,7 +28,8 @@ - + {% block extra_head %} {% endblock extra_head %} @@ -52,7 +53,8 @@ - + @@ -61,4 +63,4 @@ - + \ No newline at end of file