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/authors/single.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates/authors/single.html') diff --git a/templates/authors/single.html b/templates/authors/single.html index f61ac4b..5acc50f 100644 --- a/templates/authors/single.html +++ b/templates/authors/single.html @@ -1,4 +1,9 @@ {% extends "base.html" %} +{% block opengraph %} + + + +{% endblock opengraph %} {% block content %}

{{ trans(key="posts_by", lang=lang) }} {{ term.name }}

-- cgit v1.2.3