mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2025-12-27 02:56:39 +00:00
Optimized caching and changed from json to yaml
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user