From a4b5db21ad57197495ea65eef1daf55567707ca9 Mon Sep 17 00:00:00 2001 From: Kira <kira.eva@protonmail.com> Date: Sun, 13 Aug 2023 13:51:15 +0100 Subject: Add meta tags for embedding --- templates/template.html.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/template.html.j2 b/templates/template.html.j2 index f80155d..23655bf 100755 --- a/templates/template.html.j2 +++ b/templates/template.html.j2 @@ -5,6 +5,11 @@ <link rel='stylesheet' href="{{url_for('static', filename='style.css')}}"> <link rel="shortcut icon" href="/img/greenboi.jpg?h=16&w=16"> <title>eda.gay :: {{title}}</title> + + <meta content="{{title}}" property="og:title" /> + # <meta content="Site Description" property="og:description" /> + <meta content="https://eda.gay" property="og:url" /> + <meta content="/img/greenboi.jpg?h=512&w=512" property="og:image" /> </head> <body> <div id=wrapper> -- cgit v1.2.3