From 35205a9524cd386799c5127be27fa7fc1bc22403 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 9 Nov 2022 18:00:44 +0100 Subject: [PATCH] Add opengraph --- src/common/templates/common/base.html | 4 +++- src/common/templates/common/opengraph.html | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 src/common/templates/common/opengraph.html diff --git a/src/common/templates/common/base.html b/src/common/templates/common/base.html index 34e115d..145ddd9 100644 --- a/src/common/templates/common/base.html +++ b/src/common/templates/common/base.html @@ -5,8 +5,10 @@ - {% block title %}Character Sheet{% endblock %} + {% block title %}CharaSheet - Gérez votre personnage de Chroniques Oubliées{% endblock %} {% include "common/icons.html" %} + {% include "common/opengraph.html" %} + diff --git a/src/common/templates/common/opengraph.html b/src/common/templates/common/opengraph.html new file mode 100644 index 0000000..e458e83 --- /dev/null +++ b/src/common/templates/common/opengraph.html @@ -0,0 +1,20 @@ +{% load static %} + + + + + + + + + + + + + + + + + + +