forked from mirrors/thatmattlove-hyperglass
12 lines
319 B
HTML
12 lines
319 B
HTML
<footer class="footer">
|
|
<div class="container">
|
|
<div class="content is-small has-text-centered">
|
|
{{ footer_content }}
|
|
</div>
|
|
{% if enable_credit == true %}
|
|
<div class="content is-small has-text-centered">
|
|
{% include "templates/credit.html" %}
|
|
</div>
|
|
{% endif %}
|
|
</div>
|
|
</footer>
|