The defender starts on the block, blind to the offensive player starting behind them. The +1 must stand in different locations in the mid-range or outside the 3PT line. Begin as soon as the defender senses the offensive player has moved. The offense must get outside the 3PT line before they can score.
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);
}
});