$(document).ready(function() {
  
  // Remove img's from blog on front
  $('.blog_container article img').remove();
  
});

jQuery(function($){
  $(".tweet").tweet({
    username: "solidpr",
    join_text: null,
    avatar_size: 0,
    count: 6,
    loading_text: "loading tweets..."
  });
});
