chore: pagination + misc updates
This commit is contained in:
parent
616a725b2e
commit
5a73013e37
12 changed files with 27 additions and 17 deletions
|
@ -33,7 +33,7 @@ schema: watching
|
|||
</h2>
|
||||
</a>
|
||||
{% assign favoriteMovies = movies.favorites | featuredWatching: 6 %}
|
||||
{% render "partials/media/watching/backdrop-grid.liquid", mediaItems:favoriteMovies, count: 6 %}
|
||||
{% render "partials/media/watching/grid.liquid", mediaItems:favoriteMovies, count: 6 %}
|
||||
<a class="link-icon flex-centered" href="/watching/favorite-shows">
|
||||
<h2 id="favorite-shows" class="section-header reduced-margin flex-centered">
|
||||
{% tablericon "star" "Favorite shows" %}
|
||||
|
@ -41,4 +41,4 @@ schema: watching
|
|||
</h2>
|
||||
</a>
|
||||
{% assign favoriteShows = tv.favorites | featuredWatching: 6 %}
|
||||
{% render "partials/media/watching/backdrop-grid.liquid", mediaItems:favoriteShows, count: 6 %}
|
||||
{% render "partials/media/watching/grid.liquid", mediaItems:favoriteShows, count: 6 %}
|
Reference in a new issue