Created
October 3, 2013 14:05
-
-
Save serby/6810373 to your computer and use it in GitHub Desktop.
breadcrumb fixer for NUD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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