diff --git a/_layouts/album.html b/_layouts/album.html
index c7e7616..4cb6035 100644
--- a/_layouts/album.html
+++ b/_layouts/album.html
@@ -14,7 +14,11 @@
-
{{ page.title }}
{% for track in page.tracks limit: 1 %}
{% endfor %}
+
{{ page.title }}
{% for track in page.tracks limit: 1 %}
+
+
+ download album
+ {% endfor %}
Released on: {{ page.date | date: "%a, %b %d, %Y" }}
diff --git a/_layouts/track.html b/_layouts/track.html
index 38c3c56..e4b8cc9 100644
--- a/_layouts/track.html
+++ b/_layouts/track.html
@@ -19,7 +19,7 @@
<< RWD
FWD >>
-
+
{{ page.common.track.no }}. {{ page.common.title }}
@@ -34,7 +34,7 @@
Release Date:
{{ page.common.date }}
Genre:
{{ page.common.genre }}
-
Musicbrainz:
{{ page.common.musicbrainz_recordingid }}
+
Musicbrainz:
{{ page.common.musicbrainz_recordingid }}
{% include footer.html %}