v1.1.1 #7
+10
-5
@@ -68,11 +68,16 @@
|
|||||||
</main>
|
</main>
|
||||||
<div id="notifications" style="position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 2100;"></div>
|
<div id="notifications" style="position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 2100;"></div>
|
||||||
{% block scripts %}{% endblock %}
|
{% block scripts %}{% endblock %}
|
||||||
<footer class="site-footer" style="background-color: var(--md-sys-color-surface-container); border-top: 1px solid var(--md-sys-color-outline-variant); padding: 1rem 0; text-align: center; color: var(--md-sys-color-on-surface-variant); font-size: 0.875rem; margin-top: auto;">
|
|
||||||
<div class="container">
|
<footer style="background-color: var(--md-sys-color-surface-container); border-top: 1px solid var(--md-sys-color-outline-variant); padding: 1rem;">
|
||||||
<span>© <script>document.write(new Date().getFullYear());</script> <a href="https://www.jdbnet.co.uk" target="_blank">JDB-NET</a></span>
|
<div class="flex justify-center items-center">
|
||||||
<span style="margin-left: 0.75rem;">
|
<span style="font-size: 0.875rem; color: var(--md-sys-color-on-surface-variant);">
|
||||||
<a href="https://git.jdbnet.co.uk/jamie/encoder" target="_blank">{{ version }}</a>
|
© <script>document.write(new Date().getFullYear());</script>
|
||||||
|
<a href="https://www.jdbnet.co.uk" target="_blank" rel="noopener noreferrer" style="color: var(--md-sys-color-primary); text-decoration: none;">
|
||||||
|
JDB-NET
|
||||||
|
</a>
|
||||||
|
<span style="margin: 0 0.5rem;">•</span>
|
||||||
|
<a href="https://git.jdbnet.co.uk/jamie/encoder" target="_blank" rel="noopener noreferrer" style="color: var(--md-sys-color-primary); text-decoration: none;">{{ version }}</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user