fix: related artists
This commit is contained in:
parent
8e47d3cea9
commit
1eeaf860bb
3 changed files with 4 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "24.1.0",
|
"version": "24.1.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "24.1.0",
|
"version": "24.1.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.5.0",
|
"@cdransf/api-text": "^1.5.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "24.1.0",
|
"version": "24.1.1",
|
||||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -59,7 +59,7 @@ schema: artist
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% render "partials/blocks/associated-media.liquid", posts:artist.posts %}
|
{% render "partials/blocks/associated-media.liquid", posts:artist.posts %}
|
||||||
{% render "partials/blocks/associated-media.liquid", posts:artist.relatedArtists %}
|
{% render "partials/blocks/associated-media.liquid", artists:artist.relatedArtists %}
|
||||||
{% render "partials/blocks/associated-media.liquid", books:artist.books %}
|
{% render "partials/blocks/associated-media.liquid", books:artist.books %}
|
||||||
{% render "partials/blocks/associated-media.liquid", movies:artist.movies %}
|
{% render "partials/blocks/associated-media.liquid", movies:artist.movies %}
|
||||||
{% render "partials/blocks/associated-media.liquid", shows:artist.shows %}
|
{% render "partials/blocks/associated-media.liquid", shows:artist.shows %}
|
||||||
|
|
Reference in a new issue