Change ASE playlist macro to function

This commit is contained in:
Leilukin 2025-05-04 22:18:11 +08:00
parent a939c24999
commit 8e9209f930

View File

@ -11,9 +11,9 @@ eleventyNavigation:
order: 1
---
{% cite "A Summers End — Hong Kong 1986" %} is a gold mine of music. Not only that the visual novel has a great soundtrack (its [official soundtrack](https://www.asummersend.com/original-soundtrack) was released on August 21, 2020), but the developer Oracle and Bone has also compiled playlists related to the game.
{{ cite "A Summers End — Hong Kong 1986" }} is a gold mine of music. Not only that the visual novel has a great soundtrack (its [official soundtrack](https://www.asummersend.com/original-soundtrack) was released on August 21, 2020), but the developer Oracle and Bone has also compiled playlists related to the game.
As a tribute to {% cite "A Summers End" %}, I have also created a fanmix myself.
As a tribute to {{ cite "A Summers End" }}, I have also created a fanmix myself.
## Sam's Mixtape
@ -44,5 +44,5 @@ Oracle and Bone compiled this playlist as a tribute to Anita Mui, who was a majo
## My Dear Summer Lover
{% from "asummersend/myplaylist.html" import myASEPlaylist %}
{{ import { myASEPlaylist } from "components/aseplaylist.vto" }}
{{ myASEPlaylist("My fanmix for") }}