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

@ -80,23 +80,6 @@
</section>
<strong>Rating</strong>
<span style="filter: grayscale(1)"></span>
</header>
<div><h2 id="recommendation">Recommendation</h2>
<p><em>The French Dispatch</em> follows several different stories and perspectives surrounding the authors of a magazine based in Kansas, but about a small town in France. The film is framed in sections similar to how a magazine like The New Yorker is divided and each section is stylistically different from the last to reflect the style of the author.</p>

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