fix(metadata/index.liquid): corrects 403s in open graph images
This commit is contained in:
parent
f822d627c1
commit
7b0feeb526
6 changed files with 31 additions and 23 deletions
|
@ -5,11 +5,13 @@ permalink: "/watching/index.html"
|
|||
schema: watching
|
||||
updated: "now"
|
||||
---
|
||||
{%- assign featuredMovie = movies.recentlyWatched | shuffleArray | first -%}
|
||||
{%- assign mergedMovies = movies.recentlyWatched | mergeArray: movies.favorites %}
|
||||
{%- assign mergedShows = tv.recentlyWatched | mergeArray: tv.favorites %}
|
||||
{%- assign overviewWatched = mergedMovies | mergeArray: mergedShows | shuffleArray | first -%}
|
||||
<h2 class="page-title">{{ title }}</h2>
|
||||
{% render "media/watching/hero.liquid",
|
||||
globals:globals,
|
||||
movie:featuredMovie
|
||||
movie:overviewWatched
|
||||
%}
|
||||
<p>Here's all of the TV and movies I've been watching presented in what is (hopefully) an organized fashion.</p>
|
||||
<p><a href="/watching/shows/upcoming">You can see all of the shows I've got queued up here.</a></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue