The offense will get three reps in a row against the defender, with each rep being from a different location within the half-court. Like a chameleon, the defender changes their colours (the starting positions) to create varied affordances across all three repetitions.
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);
}
});