mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Added not-footer wrapper div, refs #1446
This commit is contained in:
parent
7e15422aac
commit
92a99d969c
1 changed files with 2 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
@ -56,7 +57,7 @@
|
|||
{% block content %}
|
||||
{% endblock %}
|
||||
</section>
|
||||
|
||||
</div>
|
||||
<footer class="ft">{% block footer %}{% include "_footer.html" %}{% endblock %}</footer>
|
||||
|
||||
{% include "_close_open_menus.html" %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue