Gallery-Archivist/archivist/sites/templates/footer.html

12 lines
592 B
HTML
Raw Normal View History

<!-- footer.html -->
{% comment %} {% load render_time %} {% endcomment %}
{% comment %} {% block footer %} {% endcomment %}
<div class="bg-body-secondary border border-top-2 border-primary-subtle ">
<div class="col mt-3 justify-content-center text-center">
<span class="badge bg-danger">Note still in heavy development</span>
<p class="">Gallery-Archivist is made by <a href="https://aroy-art.com">Aroy</a> and you can find the <a href="https://git.aroy-art.com/Aroy/Gallery-Archivist">source here</a></p>
</div>
</div>
{% comment %} {% endblock %} {% endcomment %}