chore: dry up media templates
This commit is contained in:
parent
485f640139
commit
de10bfd839
39 changed files with 86 additions and 243 deletions
|
@ -8,4 +8,4 @@ schema: watching
|
|||
<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 %}
|
||||
{% render "partials/media/watching/favorites-grid.liquid", favorites:movies.favorites, count: 99 %}
|
|
@ -8,4 +8,4 @@ schema: watching
|
|||
<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 %}
|
||||
{% render "partials/media/watching/favorites-grid.liquid", favorites:tv.favorites, count: 99 %}
|
Reference in a new issue