fix: assorted bugs

This commit is contained in:
Cory Dransfeldt 2024-05-14 17:03:52 -07:00
parent f0041e0525
commit b936711d76
No known key found for this signature in database
7 changed files with 12 additions and 7 deletions

View file

@ -6,4 +6,5 @@ permalink: "/watching/favorite-movies/index.html"
<p><a class="link-icon flex-centered" href="/watching">{% tablericon "arrow-left" "Go back" %} Go back</a></p>
<h2 class="watching page-header">{{ title }}</h2>
<p>These are my favorite movies. There are many like them, but these are mine.</p>
<hr class="large-spacing" />
{% render "partials/watching/favorites-grid.liquid", favorites:movies.favorites, count: 99 %}

View file

@ -6,4 +6,5 @@ permalink: "/watching/favorite-shows/index.html"
<p><a class="link-icon flex-centered" href="/watching">{% tablericon "arrow-left" "Go back" %} Go back</a></p>
<h2 class="watching page-header">{{ title }}</h2>
<p>These are my favorite shows. There are many like them, but these are mine.</p>
<hr class="large-spacing" />
{% render "partials/watching/favorites-grid.liquid", favorites:tv.favorites, count: 99 %}