+ update emblemed support in iframe and list view
This commit is contained in:
11
templates/_footer.html
Normal file
11
templates/_footer.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<footer class="footer mt-auto py-3 bg-light border-top">
|
||||
<div class="container text-center">
|
||||
<span class="text-muted">
|
||||
© {{ now.year }} <a href="https://rl-dev.de" target="_blank" class="text-decoration-none">rl-dev.de</a>
|
||||
</span>
|
||||
<span class="mx-2 text-muted">|</span>
|
||||
<a href="https://git.rl-dev.de/Robin/Uptime-Stats" target="_blank" class="text-decoration-none text-muted">
|
||||
<i class="bi bi-git"></i> Source Code
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
Reference in New Issue
Block a user