mirror of
https://github.com/reality/dbot.git
synced 2024-12-25 12:12:35 +01:00
commit
d5a1a0bdd6
@ -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