PUBLISH: Remove emoji star rating
This commit is contained in:
parent
eef558a4ac
commit
4a261ec67a
2 changed files with 0 additions and 28 deletions
|
|
@ -6,17 +6,6 @@
|
|||
<img src={{.Params.image}} alt="Poster">
|
||||
{{ end }}
|
||||
{{ partial "quicklook.html" . }}
|
||||
{{ if .Params.rating }}
|
||||
<strong>Rating</strong>
|
||||
{{ range seq $.Params.rating }}
|
||||
⭐
|
||||
{{ end }}
|
||||
{{ if lt .Params.rating 5 }}
|
||||
{{ range seq $.Params.rating 4 }}
|
||||
<span style="filter: grayscale(1)">⭐</span>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</header>
|
||||
<div>
|
||||
{{- .Content -}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue