Optimized caching and changed from json to yaml

This commit is contained in:
2025-01-09 11:59:23 +01:00
parent 9b763cd34b
commit e45bd16631
47 changed files with 445 additions and 497 deletions

View File

@@ -2,7 +2,7 @@
<div class="card h-100 d-flex flex-column">
<div class="card-body d-flex flex-column">
<div class="card-img-top">
<img src="{{ card.icon }}" alt="{{ card.title }}" style="width: 100px; height: auto;">
<img src="{{ card.icon.cache }}" alt="{{ card.title }}" style="width: 100px; height: auto;">
</div>
<hr />
<h3 class="card-title">{{ card.title }}</h3>