Skip to content

Commit

Permalink
Added not-footer wrapper div, refs #1446
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Aug 24, 2021
1 parent 7e15422 commit 92a99d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datasette/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
{% block extra_head %}{% endblock %}
</head>
<body class="{% block body_class %}{% endblock %}">
<div class="not-footer">
<header><nav>{% block nav %}
{% set links = menu_links() %}{% if links or show_logout %}
<details class="nav-menu">
Expand Down Expand Up @@ -56,7 +57,7 @@
{% block content %}
{% endblock %}
</section>

</div>
<footer class="ft">{% block footer %}{% include "_footer.html" %}{% endblock %}</footer>

{% include "_close_open_menus.html" %}
Expand Down

0 comments on commit 92a99d9

Please sign in to comment.