fix: Update footer and reorder enabled modules
Revises footer content to include a new company name and links to the source code repository, enhancing transparency and resource accessibility. Reorders the ENABLED_MODULES list to ensure correct load order.
This commit is contained in:
parent
dcb0f66478
commit
841c5e08de
2 changed files with 3 additions and 2 deletions
|
@ -38,7 +38,8 @@
|
|||
<footer class="sticky-footer bg-white">
|
||||
<div class="container my-auto">
|
||||
<div class="copyright text-center my-auto">
|
||||
<span>Copyright © <a href="https://kumi.systems/">Kumi Systems e.U.</a> 2020</span>
|
||||
<span>Brought to you by <a href="https://kumi.website">Kumi</a> |
|
||||
Source code available on <a href="https://git.private.coffee/kumi/kumify.git">Private.coffee Git</a></span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
@ -26,11 +26,11 @@ try:
|
|||
except NameError:
|
||||
ENABLED_MODULES = [
|
||||
'cbt',
|
||||
'mood',
|
||||
'dreams',
|
||||
'health',
|
||||
'friends',
|
||||
'habits',
|
||||
'mood',
|
||||
'gpslog',
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue