From fbd981d5435f374621cfd04a129cac0b37fe9eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sun, 17 Jan 2021 12:49:29 +0100 Subject: [PATCH] fix: wrong property key for OG card --- website/web/templates/index.html | 10 +++++----- website/web/templates/tree.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/website/web/templates/index.html b/website/web/templates/index.html index 16071858..1381a015 100644 --- a/website/web/templates/index.html +++ b/website/web/templates/index.html @@ -6,18 +6,18 @@ {% block title %}Lookyloo{% endblock %} {% block card %} - - + + {% endblock %} diff --git a/website/web/templates/tree.html b/website/web/templates/tree.html index e8bfe789..4406d8f6 100644 --- a/website/web/templates/tree.html +++ b/website/web/templates/tree.html @@ -6,18 +6,18 @@ {% block title %}Capture of {{root_url}}{% endblock %} {% block card %} - - + + {% endblock %}