From 38a7454e7a54bb58d1b2b057b1f2b6c558de3fb7 Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Fri, 8 Nov 2024 13:23:44 +0100 Subject: [PATCH] Add share details metadata --- cps/templates/layout.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cps/templates/layout.html b/cps/templates/layout.html index 2aba6f107..eb0dcc5ca 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -8,6 +8,14 @@ + + {% if entry %} + + {% if entry.comments|length > 0 and entry.comments[0].text|length > 0 %} + + {% endif %} + + {% endif %} {% if g.google_site_verification|length > 0 %} {% endif %}