From eb79cee7ef6bdc4a44aabfce10617a18be2b8d96 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sat, 26 Dec 2020 19:07:29 +0100 Subject: Add opengraph support. --- templates/page.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index 1ad56a9..809c30c 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,4 +1,13 @@ {% extends "base.html" %} + +{% block opengraph %} + + + + + +{% endblock opengraph %} + {% block language %} {% set translations = page.translations %} {% include "translation-links.html" %} -- cgit v1.2.3