From 5c6abb76fab90fcf54c3d5d019a970fca206f9f8 Mon Sep 17 00:00:00 2001 From: samaradel Date: Sun, 17 Apr 2022 16:52:29 +0200 Subject: [PATCH] Update og --- templates/partials/head.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/templates/partials/head.html b/templates/partials/head.html index a0216f901..3c2fe63d6 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -13,32 +13,34 @@ {%if section.title%} {{ section.title }} - + {%endif%} {%if page.title%} {{ page.title }} - + {%endif%} {%if section.extra.imgPath %} - + {%endif%} {%if page.extra.imgPath%} - + {%endif%} {%if section.description%} - + {%endif%} {%if page.description%} - + {%endif%} {% else %} {% if section.title %}{{ section.title }} • {% endif %}{% if page.title %}{{ page.title }} • {% endif %}{{ config.title }} {% endif %} + + {% endblock title %}