diff options
author | EuAndreh <eu@euandre.org> | 2024-11-17 20:15:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-11-17 20:18:21 -0300 |
commit | cfd0246b241cb6e58153e68f7e30ed56b9bf054b (patch) | |
tree | 206deba2cec12187e835c64b8a7172277be1a2cf /_includes/music-listing.html | |
parent | rm tests/assert-frontmatter.sh (diff) | |
download | euandre.org-cfd0246b241cb6e58153e68f7e30ed56b9bf054b.tar.gz euandre.org-cfd0246b241cb6e58153e68f7e30ed56b9bf054b.tar.xz |
Remove jekyll infrastructure setup
Diffstat (limited to '_includes/music-listing.html')
-rw-r--r-- | _includes/music-listing.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/_includes/music-listing.html b/_includes/music-listing.html deleted file mode 100644 index 34d6930..0000000 --- a/_includes/music-listing.html +++ /dev/null @@ -1,18 +0,0 @@ -<h3> - {{ site.t.music.scores[page.lang] }} -</h3> - -<ul class="no-style"> - -{% for m in site.musics | sort: "composer" %} - <li> - {{ m.composer }} - <br /> - <a href="{% link music/{{ m.ref }}.pdf %}">{{ m.title }}</a> - <br /> - <audio controls> - <source src="{% link music/{{ m.ref }}.ogg %}" type="audio/ogg" /> - </audio> - </li> -{% endfor %} -</ul> |