aboutsummaryrefslogtreecommitdiffstats
path: root/templates/manage.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/manage.html.j2')
-rw-r--r--templates/manage.html.j212
1 files changed, 11 insertions, 1 deletions
diff --git a/templates/manage.html.j2 b/templates/manage.html.j2
index 8cd2027..551e941 100644
--- a/templates/manage.html.j2
+++ b/templates/manage.html.j2
@@ -1,5 +1,15 @@
{% extends "base.html.j2" %}
+{% block head_meta %}
+<title>Manage &quot;{{ poll.title }}&quot; - diddle 👉👈</title>
+<meta name="description" content="{{ poll.description }}">
+<meta property="og:title" content="Manage &quot;{{ poll.title }}&quot;">
+<meta property="og:description" content="Manage diddle 👉👈 poll">
+<meta property="og:url" content="{{ poll.manage_url() }}">
+<meta property="og:site_name" content="diddle">
+<meta property="og:type" content="website">
+{% endblock %}
+
{% block content %}
<h2>Managing <span class="contrast">{{ poll.title }}</span> by <i>{{ poll.author_name }}</i></h2>
@@ -157,4 +167,4 @@ function copyShareLink() {
}
</script>
-{% endblock %} \ No newline at end of file
+{% endblock %}