chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-10-25 12:52:20 -07:00
parent 56c9a128f0
commit e327e44f1d
No known key found for this signature in database
38 changed files with 93 additions and 106 deletions

View file

@ -0,0 +1,16 @@
---
title: Favorite movies
description: These are my favorite movies. There are many like them, but these are mine.
pagination:
data: movies.favorites
size: 24
permalink: "/watching/favorite-movies/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}/{% endif %}index.html"
schema: favorite-movies
---
<a class="icon-link" href="/watching" title="Go back to the watching index page">{% tablericon "arrow-left" %} Back to watching</a>
{% if pagination.pageNumber == 0 %}
<h2 class="watching">{{ title }}</h2>
<p>These are my favorite movies. There are many like them, but these are mine.</p>
<hr />
{% endif %}
{% render "partials/media/grid.liquid", globals:globals, data:pagination.items, pagination:pagination, shape:"poster" %}