Add: tmp footer template for furaffinity
This commit is contained in:
parent
32df0f1494
commit
f513f008b7
1 changed files with 12 additions and 0 deletions
12
archivist/sites/templates/footer.html
Normal file
12
archivist/sites/templates/footer.html
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<!-- 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 %}
|
Loading…
Reference in a new issue