From 8fde98e9d52338da89da54f7792ff52764ad6140 Mon Sep 17 00:00:00 2001 From: Artemis Date: Thu, 6 Feb 2025 22:20:15 +0100 Subject: [PATCH] added social tags --- templates/base.html.tera | 1 + templates/show_profile.html.tera | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/base.html.tera b/templates/base.html.tera index 4f3bab9..c66aa8e 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -5,6 +5,7 @@ {% block title %}{% endblock title %}Doll.Tags + {% block meta %}{% endblock meta %} diff --git a/templates/show_profile.html.tera b/templates/show_profile.html.tera index e97ff99..d8e4d2a 100644 --- a/templates/show_profile.html.tera +++ b/templates/show_profile.html.tera @@ -2,6 +2,11 @@ {% import "macros/display" as macros %} {% block title %}{{ profile.name }} - {% endblock title %} +{% block meta %} + + +{% endblock meta %} {% block main %}
@@ -64,4 +69,4 @@
{% endif %} -{% endblock main %} \ No newline at end of file +{% endblock main %}