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