Add card styles and some more information to fill them out
This commit is contained in:
parent
525726ae37
commit
9931edd601
14 changed files with 117 additions and 14 deletions
|
|
@ -2,6 +2,9 @@
|
|||
<article>
|
||||
<header>
|
||||
<h1>{{- .Title -}}</h1>
|
||||
{{ if .Params.image }}
|
||||
<img src={{.Params.image}} alt="Poster">
|
||||
{{ end }}
|
||||
{{ if .Params.rating }}
|
||||
<strong>Rating</strong>
|
||||
{{ range seq $.Params.rating }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue