1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

finally fixed bulma sticky footer nonsense

This commit is contained in:
checktheroads
2019-05-14 16:08:35 -07:00
parent fc6201fe8a
commit 265169cf9d
4 changed files with 10 additions and 10 deletions

View File

@@ -34,7 +34,7 @@ class html:
elif t == "415":
template = env.get_template("templates/415.html")
elif t == "test":
template = env.get_template("templates/415.html")
template = env.get_template("templates/429.html")
return template.render(
# General
primary_asn=configuration.gen.primary_asn(),

View File

@@ -34,9 +34,9 @@
<a href="/" class="button is-medium is-rounded is-inverted is-danger is-outlined">Home</a>
</div>
</section>
{% if enable_footer == true %}
{% include "templates/footer.html" %}
{% endif %}
{% endblock %}
</body>
{% endblock %}
{% if enable_footer == true %}
{% include "templates/footer.html" %}
{% endif %}
</html>

View File

@@ -34,9 +34,9 @@
<a href="/" class="button is-medium is-rounded is-inverted is-danger is-outlined">Try Again</a>
</div>
</section>
{% if enable_footer == true %}
{% include "templates/footer.html" %}
{% endif %}
{% endblock %}
</body>
{% endblock %}
{% if enable_footer == true %}
{% include "templates/footer.html" %}
{% endif %}
</html>

View File

@@ -1,4 +1,4 @@
<footer class="footer is-fixed-bottom">
<footer class="footer">
<div class="container">
<div class="content is-small has-text-centered">
{{ footer_content }}