$(document).ready(function() {
  $('#content').masonry({
      itemSelector: '.post',
      isAnimated: true
   });
});
