The handler begins on the baseline, with a defender on the FT line. The handler can begin at anytime, and must advance to the HC line in seven seconds. The defender must achieve a two-handed tag to stop them!
document.addEventListener('DOMContentLoaded', function() {
const pagination = document.querySelector('.navigation');
const postsContainer = document.querySelector('.postloopcontainer');
if (pagination && postsContainer) {
// Ensure we move the pagination after the last post
postsContainer.parentNode.insertBefore(pagination, postsContainer.nextSibling);
}
});