$(function(){
  // Image galleries
  Galleria.loadTheme('/javascripts/galleria/themes/custom/galleria.custom.min.js');
  $("#gallery").galleria({
    show_counter: false
  });
  // Link overlay to homepage
  $("#overlay").click(function(){
    window.location = "/";
  })
});
