2011-11-25 15:44:18 +01:00
|
|
|
ul#quotelist
|
2012-03-12 22:38:09 +01:00
|
|
|
-var hasYouTubeVids=false
|
2011-09-15 13:30:52 +02:00
|
|
|
-each quote in quotes
|
2011-11-10 00:51:01 +01:00
|
|
|
-if(quote.match(locals.url_regex))
|
2011-11-25 15:44:18 +01:00
|
|
|
li.quote
|
2012-03-12 22:38:09 +01:00
|
|
|
-if(quote.match(/(jpg|png|gif|jpeg|tiff)$/))
|
|
|
|
a(href=quote)
|
2011-11-10 01:31:05 +01:00
|
|
|
img(src=quote)
|
2012-03-12 22:38:09 +01:00
|
|
|
-else if(quote.match(/youtube.com\/watch/))
|
|
|
|
-hasYouTubeVids = true
|
|
|
|
span(class='ytplaceholder')
|
|
|
|
=quote
|
|
|
|
-else
|
|
|
|
a(href=quote)
|
2011-11-10 01:25:19 +01:00
|
|
|
=quote
|
2011-11-10 00:51:01 +01:00
|
|
|
-else
|
2011-11-25 15:44:18 +01:00
|
|
|
li.quote #{quote}
|
2012-03-12 22:38:09 +01:00
|
|
|
-if(hasYouTubeVids)
|
|
|
|
script(src='/ytembed.js')
|