Skip to content

Instantly share code, notes, and snippets.

@rylanb
Created April 14, 2012 22:27
Show Gist options
  • Save rylanb/2388208 to your computer and use it in GitHub Desktop.
Save rylanb/2388208 to your computer and use it in GitHub Desktop.
Jade for RDIO heavyRotation
- if (albums.length)
- albums.forEach(function(album){
.band-info
a(target="_blank", href="#{album.shortUrl}", class="album-link")
span#album-image
img(src="#{album.icon}", alt="#{album.name}")
span#album-name
a(target="_blank", href="#{album.shortUrl}")
#{album.name}
span#band-name #{album.artist}
-})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment