PUBLISH: Remove emoji star rating

This commit is contained in:
Campbell Alden 2022-08-24 14:01:35 +09:00
parent eef558a4ac
commit 4a261ec67a
2 changed files with 0 additions and 28 deletions

View file

@ -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 -}}