From 32608bbf32689dd813e6c8d283a9461a9e4e581a Mon Sep 17 00:00:00 2001 From: prushh Date: Sun, 7 Jan 2024 19:10:32 +0100 Subject: [PATCH] fix titles on steering committee section --- blog/overrides/partials/content.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/blog/overrides/partials/content.html b/blog/overrides/partials/content.html index a13b059126..a2fe3795e2 100644 --- a/blog/overrides/partials/content.html +++ b/blog/overrides/partials/content.html @@ -7,12 +7,19 @@ } -

+ +{% if page.toc %} {% for toc_item in page.toc %} - {{ toc_item.title }} - +

+ {{ toc_item.title }} + +

{% endfor %} - +{% elif page.title %} +

+ {{ page.title }} +

+{% endif %} {% include "partials/source-file.html" %}