Rollback last commit

This commit is contained in:
root
2016-11-29 17:14:48 -05:00
parent 64167ae208
commit 67ddf0f11a
5 changed files with 3 additions and 8 deletions

View File

@ -22,7 +22,7 @@
<div class="thumbnail shadow-1">
<img id="album-artwork" class="image-responsive album-art" src="{{ albums[0].album_art }}" alt="{{ albums[0].title }}">
<div class="caption">
<h3 id="album-title">Now playing: <span>{{ albums[0].title }}</span></h3>
<h3 id="album-title">{{ albums[0].title }}</h3>
<h5 id="album-release">Released on <span>{{ albums[0].releaseDate }}</span></h5>
{% if albums[0].description %}
<hr />

View File

@ -23,7 +23,7 @@
<div class="thumbnail shadow-1">
<img id="album-artwork" class="image-responsive album-art" src="{{ albums[0].album_art }}" alt="{{ albums[0].title }}">
<div class="caption">
<h3 id="album-title">Now playing: <span>{{ albums[0].title }}</span></h3>
<h3 id="album-title">{{ albums[0].title }}</h3>
<h5 id="album-release">Released on <span>{{ albums[0].releaseDate }}</span></h5>
{% if albums[0].description %}
<hr />