From 4a261ec67a0f0bd2536fb7835b67c43b374596f3 Mon Sep 17 00:00:00 2001 From: Campbell Alden Date: Wed, 24 Aug 2022 14:01:35 +0900 Subject: [PATCH] PUBLISH: Remove emoji star rating --- docs/reviews/the-french-dispatch/index.html | 17 ----------------- layouts/reviews/single.html | 11 ----------- 2 files changed, 28 deletions(-) diff --git a/docs/reviews/the-french-dispatch/index.html b/docs/reviews/the-french-dispatch/index.html index e238618..08094ab 100644 --- a/docs/reviews/the-french-dispatch/index.html +++ b/docs/reviews/the-french-dispatch/index.html @@ -80,23 +80,6 @@ - - Rating - - ⭐ - - ⭐ - - ⭐ - - ⭐ - - - - - - -

Recommendation

The French Dispatch 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.

diff --git a/layouts/reviews/single.html b/layouts/reviews/single.html index b4ea861..6caa4d5 100644 --- a/layouts/reviews/single.html +++ b/layouts/reviews/single.html @@ -6,17 +6,6 @@ Poster {{ end }} {{ partial "quicklook.html" . }} - {{ if .Params.rating }} - Rating - {{ range seq $.Params.rating }} - ⭐ - {{ end }} - {{ if lt .Params.rating 5 }} - {{ range seq $.Params.rating 4 }} - - {{ end }} - {{ end }} - {{ end }}
{{- .Content -}}