Pages/show: update card

This commit is contained in:
Toast 2025-01-30 11:43:28 +01:00
parent e4267e4fe3
commit 4f505507be
2 changed files with 5 additions and 2 deletions

View file

@ -5,7 +5,7 @@
<!-- <img src="">-->
<div class="card-body">
<h5 class="card-title">{{ show.title }}</h5>
<p class="card-text">{{ show.year }}</p>
<p class="card-text">{{ show.date | date }}</p>
</div>
</div>
}