From cd07f3b15c5055a9b7ee50da2161b42c56af5114 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 20 Dec 2024 13:22:09 +0200 Subject: Add Open Graph meta tags to poll and manage pages Fixes #2 --- templates/poll.html.j2 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'templates/poll.html.j2') diff --git a/templates/poll.html.j2 b/templates/poll.html.j2 index c09f089..14601fb 100644 --- a/templates/poll.html.j2 +++ b/templates/poll.html.j2 @@ -1,5 +1,15 @@ {% extends "base.html.j2" %} +{% block head_meta %} +{{ poll.title }} - diddle 👉👈 + + + + + + +{% endblock %} + {% block content %}

{{ poll.title }} by {{ poll.author_name }}

-- cgit v1.3