fix(metadata/index.liquid): corrects 403s in open graph images

This commit is contained in:
Cory Dransfeldt 2025-05-14 11:14:48 -07:00
parent f822d627c1
commit 7b0feeb526
No known key found for this signature in database
6 changed files with 31 additions and 23 deletions

View file

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