diff options
author | EuAndreh <eu@euandre.org> | 2021-01-02 17:30:47 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-02 17:30:47 -0300 |
commit | d08d0ee4fc3bfeb362210689d3cbc400f17d00a6 (patch) | |
tree | 2e6b728fd51527501b3f14a5eb152cece812ca84 /_includes/music-listing.html | |
parent | TODOs.org (diff) | |
download | euandre.org-d08d0ee4fc3bfeb362210689d3cbc400f17d00a6.tar.gz euandre.org-d08d0ee4fc3bfeb362210689d3cbc400f17d00a6.tar.xz |
music-listing.html: Remove commented HTML
Diffstat (limited to '')
-rw-r--r-- | _includes/music-listing.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/_includes/music-listing.html b/_includes/music-listing.html index fc50888..34d6930 100644 --- a/_includes/music-listing.html +++ b/_includes/music-listing.html @@ -13,8 +13,6 @@ <audio controls> <source src="{% link music/{{ m.ref }}.ogg %}" type="audio/ogg" /> </audio> - <!-- <strong>{{ m.title }}</strong> - --> - <!-- <a href="{% link music/{{ m.ref }}.ogg %}">Audio</a> --> </li> {% endfor %} </ul> |