moved footer inside main
This commit is contained in:
parent
7504ab47b0
commit
dc3d52a7cb
1 changed files with 1 additions and 2 deletions
|
@ -78,11 +78,10 @@
|
|||
{% endif %}
|
||||
<!-- END PAGINATION -->
|
||||
</div>
|
||||
{{ index_macros::footer() }}
|
||||
</main>
|
||||
{% endblock content %}
|
||||
|
||||
{{ index_macros::footer() }}
|
||||
|
||||
<script type="text/javascript" src="{{ get_url(path="js/bulma.js") }}"></script>
|
||||
|
||||
{% if config.build_search_index %}
|
||||
|
|
Loading…
Add table
Reference in a new issue