Skip to content

Instantly share code, notes, and snippets.

@serby
Created October 3, 2013 14:05
Show Gist options
  • Select an option

  • Save serby/6810373 to your computer and use it in GitHub Desktop.

Select an option

Save serby/6810373 to your computer and use it in GitHub Desktop.
breadcrumb fixer for NUD
<script>
// Add this block as an HTML widget to an articleLayout
// You will also need to add a promo image widget to the layout with the header that you wamt
// between the breadcrumb and the artcile content.
document.addEventListener('DOMContentLoaded', function(){
$('.breadcrumbs').after($('.js-widget-promo'))
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment