From 438bab7a482c2462ce9f73066e8497f10fa8724e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 23 Jan 2020 12:35:11 +0000 Subject: [PATCH] wiki: Add meta tags for OpenGraph & Twitter Signed-off-by: Michael Tremer --- src/templates/wiki/page.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/templates/wiki/page.html b/src/templates/wiki/page.html index f6814c75..ebcd5520 100644 --- a/src/templates/wiki/page.html +++ b/src/templates/wiki/page.html @@ -10,6 +10,23 @@ {% end %} {% end block %} +{% block head %} + + + + + + + + + + + + + + +{% end block %} + {% block main %} {% import os.path %} -- 2.47.3