function scrollspy() {
        // Do not enter once the initial post has loaded.
        if ( post_count > 0 ) {
            $( 'hr[data-powered-by="alnp"]' ).on( 'scrollSpy:enter', alnp_enter );
        }