From: Michael Tremer Date: Thu, 23 Jan 2020 12:35:11 +0000 (+0000) Subject: wiki: Add meta tags for OpenGraph & Twitter X-Git-Url: http://git.ipfire.org/?p=ipfire.org.git;a=commitdiff_plain;h=438bab7a482c2462ce9f73066e8497f10fa8724e wiki: Add meta tags for OpenGraph & Twitter Signed-off-by: Michael Tremer --- 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 %}