Skip to content

Commit

Permalink
templates: page_cover: Add site_banner empty block
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshamarora1 committed Sep 2, 2024
1 parent ddf7a8f commit aa03db8
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@

{%- block body %}
<div class="sixteen wide column centered">
{%- 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 -%}
Expand Down

0 comments on commit aa03db8

Please sign in to comment.