From 21698cd729da5f3574974a72aefa87859a5cc97c Mon Sep 17 00:00:00 2001 From: Leilukin Date: Sun, 4 May 2025 21:54:34 +0800 Subject: [PATCH] Replace macro with function for ASE playlist --- src/projects/playlists.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/projects/playlists.md b/src/projects/playlists.md index 2de9c6c9..4b273f25 100644 --- a/src/projects/playlists.md +++ b/src/projects/playlists.md @@ -7,14 +7,14 @@ eleventyNavigation: --- ## My Dear Summer Lover -{% from "asummersend/myplaylist.html" import myASEPlaylist %} +{{ import { myASEPlaylist } from "components/aseplaylist.vto" }} {{ myASEPlaylist("A fanmix for the visual novel") }} ## Mandopop LGBTQ+ Anthem [華語流行音樂同志國歌]{lang="zh"} -{% imgFigure "/assets/projects/playlists/Mandopop-LGBTQ+-Anthem-Cover.avif", "Cover of the Mandopop LGBTQ+ Anthem playlist" %} +{{ imgFigure "/assets/projects/playlists/Mandopop-LGBTQ+-Anthem-Cover.avif", "Cover of the Mandopop LGBTQ+ Anthem playlist" }} [Image description: A progress pride flag, with the Traditional Chinese words, [同志國歌]{lang="zh"}, meaning queer anthem on top.] -{% endimgFigure %} +{{ /imgFigure }} A collection of Mandarin queer anthems.