forked from GitHub/dbot
Merge branch 'master' of github.com:reality/depressionbot
This commit is contained in:
commit
6e65d6bdb6
@ -1,6 +1,15 @@
|
||||
extends ../layout
|
||||
|
||||
block content
|
||||
script(src='http://masonry.desandro.com/jquery.masonry.min.js')
|
||||
script
|
||||
var $container = $('.thumbnails');
|
||||
$container.imagesLoaded(function(){
|
||||
$container.masonry({
|
||||
itemSelector : '.item',
|
||||
columnWidth : 240
|
||||
});
|
||||
});
|
||||
div.page-header.profile_page-header
|
||||
h1
|
||||
#{connection}
|
||||
|
Loading…
Reference in New Issue
Block a user