Skip to content

Commit

Permalink
feat: move relbar
Browse files Browse the repository at this point in the history
  • Loading branch information
tillywoodfield committed May 29, 2024
1 parent edff85e commit 04e0d4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iati_sphinx_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@
</div>
{% endblock %}

{%- block relbar1 %}{% endblock %}
{%- block relbar2 %}{% endblock %}

{%- block content %}
<main class="iati-main">
{{ super() }}
{{ relbar() }}
</main>
{% endblock %}

Expand Down

0 comments on commit 04e0d4c

Please sign in to comment.