kopia lustrzana https://github.com/simonw/datasette
Added not-footer wrapper div, refs #1446
rodzic
7e15422aac
commit
92a99d969c
|
@ -13,6 +13,7 @@
|
||||||
{% block extra_head %}{% endblock %}
|
{% block extra_head %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body class="{% block body_class %}{% endblock %}">
|
<body class="{% block body_class %}{% endblock %}">
|
||||||
|
<div class="not-footer">
|
||||||
<header><nav>{% block nav %}
|
<header><nav>{% block nav %}
|
||||||
{% set links = menu_links() %}{% if links or show_logout %}
|
{% set links = menu_links() %}{% if links or show_logout %}
|
||||||
<details class="nav-menu">
|
<details class="nav-menu">
|
||||||
|
@ -56,7 +57,7 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</section>
|
</section>
|
||||||
|
</div>
|
||||||
<footer class="ft">{% block footer %}{% include "_footer.html" %}{% endblock %}</footer>
|
<footer class="ft">{% block footer %}{% include "_footer.html" %}{% endblock %}</footer>
|
||||||
|
|
||||||
{% include "_close_open_menus.html" %}
|
{% include "_close_open_menus.html" %}
|
||||||
|
|
Ładowanie…
Reference in New Issue