PUBLISH: Republish all reviews with the new metadata
This commit is contained in:
parent
800df66e41
commit
22459e87dd
29 changed files with 548 additions and 132 deletions
|
|
@ -31,6 +31,7 @@
|
|||
<link rel="stylesheet" href="/film/home.css">
|
||||
<link rel="stylesheet" href="/film/review.css">
|
||||
<link rel="stylesheet" href="/film/quick_look.css">
|
||||
<link rel="stylesheet" href="/film/metadetails.css">
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PF672BTD8F"></script>
|
||||
<script>
|
||||
|
|
@ -98,6 +99,43 @@
|
|||
|
||||
</section>
|
||||
|
||||
<dl class="metadetails-list">
|
||||
<div class="metadetails-row">
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">
|
||||
<a href="https://www.imdb.com/title/tt3110958" title="Link to IMDb page for Now You See Me 2">IMDb</a>
|
||||
</dt>
|
||||
<dd class="numbers">6.4/10</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">
|
||||
<a href="https://www.rottentomatoes.com/m/now_you_see_me_2" title="Link to Rotten Tomatoes page for Now You See Me 2">Rotten Tomatoes</a>
|
||||
</dt>
|
||||
<dd class="numbers">34%</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">
|
||||
<a href="https://www.metacritic.com/movie/now-you-see-me-2" title="Link to Metacritic page for Now You See Me 2">Metacritic</a>
|
||||
</dt>
|
||||
<dd class="numbers">46/100</dd>
|
||||
</div>
|
||||
</div>
|
||||
<div class="metadetails-row">
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Year</dt>
|
||||
<dd class="numbers">2016</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Rated</dt>
|
||||
<dd class="numbers">PG-13</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Box Office</dt>
|
||||
<dd class="numbers">$65,075,540</dd>
|
||||
</div>
|
||||
</div>
|
||||
</dl>
|
||||
|
||||
</header>
|
||||
<div class="core-content"><h2 id="recommendation">Recommendation</h2>
|
||||
<p>I will just come out and say, I don’t recommend this movie. I can’t recommend it if you haven’t seen the first one because the plot relies heavily on the events from the previous film, but at the same time, I wouldn’t recommend this to people who like the first film because it fails to recreate the style that made that movie enjoyable.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue