feat: reorganize templates + layouts
This commit is contained in:
parent
c5793b9ad4
commit
3c80eb4b5f
61 changed files with 81 additions and 80 deletions
|
@ -13,4 +13,4 @@ schema: favorite-movies
|
|||
<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" %}
|
||||
{% render "media/grid.liquid", globals:globals, data:pagination.items, pagination:pagination, shape:"poster" %}
|
Reference in a new issue