feat: shows related to artists; related artists; books etc
This commit is contained in:
parent
5376095860
commit
8e47d3cea9
11 changed files with 56 additions and 16 deletions
|
@ -57,6 +57,7 @@ schema: movie
|
|||
<hr />
|
||||
{% endif %}
|
||||
{% render "partials/blocks/associated-media.liquid", posts:movie.posts %}
|
||||
{% render "partials/blocks/associated-media.liquid", posts:movie.relatedMovies %}
|
||||
{% render "partials/blocks/associated-media.liquid", shows:movie.shows %}
|
||||
{% render "partials/blocks/associated-media.liquid", artists:movie.artists %}
|
||||
{% render "partials/blocks/associated-media.liquid", books:movie.books %}
|
||||
|
|
Reference in a new issue