Skip to content

Commit

Permalink
Add banner and shim back
Browse files Browse the repository at this point in the history
  • Loading branch information
erogluorhan committed Feb 5, 2024
1 parent d21ce54 commit 1ab2637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sphinx_pythia_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{%- endblock %}

{%- block content %}
{{ super() }}
<div class="container-fluid" id="shim"></div>
<div class="container-fluid" id="banner"></div>
{%- endblock %}

{%- block footer %}
Expand Down

0 comments on commit 1ab2637

Please sign in to comment.