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 %} + + + + + + + + + + + + + + + + + + +