Convert my A Summer End's playlist component from function to partial

This commit is contained in:
Leilukin 2025-05-05 20:08:24 +08:00
parent 1f641d537b
commit 2f96346d6d
3 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,3 @@
{{ export function myASEPlaylist(intro) }}
{{ imgFigure "/assets/projects/playlists/My-Dear-Summer-Lover-cover.avif", "Cover image of A Summers End fanmix 'My Dear Summer Lover: A Sam x Michelle Fanmix'" }}
[Image description: Sam and Michelle from A Summers End almost kisses, with a play symbol and text on the top left corner, and the text "My Dear Summer Lover: A Sam x Michelle Fanmix" in a digital style font in front.]
{{ /imgFigure }}
@ -28,4 +27,3 @@ Tracklist:
[Listen on Spotify](https://open.spotify.com/playlist/3SIV7VjSKhspYwugVIQjug){.link-btn}
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/3SIV7VjSKhspYwugVIQjug?utm_source=generator" width="100%" height="380" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
{{ /export }}

View File

@ -7,8 +7,7 @@ eleventyNavigation:
---
## My Dear Summer Lover
{{# {{ import { myASEPlaylist } from "components/aseplaylist.vto" }}
{{ myASEPlaylist("A fanmix for the visual novel") }} #}}
{{ include "components/aseplaylist.vto" { intro: "A fanmix for the visual novel" } }}
## Mandopop LGBTQ+ Anthem [華語流行音樂同志國歌]{lang="zh"}

View File

@ -44,5 +44,4 @@ Oracle and Bone compiled this playlist as a tribute to Anita Mui, who was a majo
## My Dear Summer Lover
{{# {{ import { myASEPlaylist } from "components/aseplaylist.vto" }}
{{ myASEPlaylist("My fanmix for") }} #}}
{{ include "components/aseplaylist.vto" { intro: "My fanmix for" } }}