From aa03db8af81eac842a3d78596f5d6cab259a5162 Mon Sep 17 00:00:00 2001 From: Saksham Date: Mon, 2 Sep 2024 22:03:30 +0200 Subject: [PATCH] templates: page_cover: Add site_banner empty block --- .../templates/semantic-ui/invenio_theme/page_cover.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/invenio_theme/templates/semantic-ui/invenio_theme/page_cover.html b/invenio_theme/templates/semantic-ui/invenio_theme/page_cover.html index 5805a1d..fb67166 100644 --- a/invenio_theme/templates/semantic-ui/invenio_theme/page_cover.html +++ b/invenio_theme/templates/semantic-ui/invenio_theme/page_cover.html @@ -13,10 +13,7 @@ {%- block body %}
- {%- block site_banner %} - {% from 'invenio_banners/banner.html' import banner %} - {{ banner() }} - {%- endblock site_banner %} + {%- block site_banner %}{%- endblock site_banner %} {%- block flashmessages %} {%- from "invenio_theme/macros/messages.html" import flashed_messages with context -%}