Pages/show: update card
This commit is contained in:
parent
e4267e4fe3
commit
4f505507be
2 changed files with 5 additions and 2 deletions
|
|
@ -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>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue