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