chore: pagination + misc updates
This commit is contained in:
parent
616a725b2e
commit
5a73013e37
12 changed files with 27 additions and 17 deletions
|
@ -14,4 +14,4 @@ schema: watching
|
|||
<p>These are my favorite movies. There are many like them, but these are mine.</p>
|
||||
<hr class="large-spacing" />
|
||||
{% endif %}
|
||||
{% render "partials/media/watching/backdrop-grid.liquid", data:pagination %}
|
||||
{% render "partials/media/watching/grid.liquid", data:pagination %}
|
|
@ -14,4 +14,4 @@ schema: watching
|
|||
<p>These are my favorite shows. There are many like them, but these are mine.</p>
|
||||
<hr class="large-spacing" />
|
||||
{% endif %}
|
||||
{% render "partials/media/watching/backdrop-grid.liquid", data:pagination %}
|
||||
{% render "partials/media/watching/grid.liquid", data:pagination %}
|
|
@ -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 %}
|
|
@ -14,4 +14,4 @@ schema: watching
|
|||
<p>These are the movies I've watched recently. There are many like them, but these are mine. (Or well, all the movies I've watched — they're ordered latest watched, descending, hence the recent part).</p>
|
||||
<hr class="large-spacing" />
|
||||
{% endif %}
|
||||
{% render "partials/media/watching/backdrop-grid.liquid", data:pagination %}
|
||||
{% render "partials/media/watching/grid.liquid", data:pagination %}
|
|
@ -14,4 +14,4 @@ schema: watching
|
|||
<p>These are the shows I've watched recently. There are many like them, but these are mine. (Or well, all the movies I've watched — they're ordered latest watched, descending, hence the recent part).</p>
|
||||
<hr class="large-spacing" />
|
||||
{% endif %}
|
||||
{% render "partials/media/watching/backdrop-grid.liquid", data:pagination %}
|
||||
{% render "partials/media/watching/grid.liquid", data:pagination %}
|
Reference in a new issue