[minor] [website] banner fix
This commit is contained in:
parent
77b9bc5bfe
commit
1d270beb40
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
{%- endblock %}
|
||||
</head>
|
||||
<body>
|
||||
{% block banner %}{{ banner_html }}{% endblock %}
|
||||
{% block banner %}{{ banner_html or "" }}{% endblock %}
|
||||
{% block navbar %}{% include "lib/website/templates/includes/navbar.html" %}{% endblock %}
|
||||
<div class="page-container" id="page-{{ name }}">
|
||||
{% block content %}{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue