From 5ac63f9679cb623621136c36021bfcca654331f3 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sun, 10 Nov 2024 22:23:54 +0100 Subject: theme: support for opengraph in articles --- themes/elenq/templates/article.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'themes/elenq/templates') diff --git a/themes/elenq/templates/article.html b/themes/elenq/templates/article.html index 868b8bb..e5be1be 100644 --- a/themes/elenq/templates/article.html +++ b/themes/elenq/templates/article.html @@ -1,13 +1,18 @@ {% extends "base.html" %} {% block head %} {{ super() }} + + {% if article.title %} + + {% endif %} {% if article.description %} + {% endif %} - {% for tag in article.tags %} {% endfor %} + {% endblock %} -- cgit v1.2.3