/*Modal back history link*/
$(document).on('knack-scene-render.any', function(page) {
$('<span class="modal-back-link">back</span>').insertBefore('#kn-modal-bg-0 > div > h1 > span');
Thank you for this! I will be using this. I'm also looking for a way to add the crumb trail back to the modal pop-up. If anyone has direction for that, I'm all ears.