aboutsummaryrefslogtreecommitdiff
path: root/_includes/music-listing.html
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-02 17:30:47 -0300
committerEuAndreh <eu@euandre.org>2021-01-02 17:30:47 -0300
commitd08d0ee4fc3bfeb362210689d3cbc400f17d00a6 (patch)
tree2e6b728fd51527501b3f14a5eb152cece812ca84 /_includes/music-listing.html
parentTODOs.org (diff)
downloadeuandre.org-d08d0ee4fc3bfeb362210689d3cbc400f17d00a6.tar.gz
euandre.org-d08d0ee4fc3bfeb362210689d3cbc400f17d00a6.tar.xz
music-listing.html: Remove commented HTML
Diffstat (limited to '')
-rw-r--r--_includes/music-listing.html2
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>