(function(){const postDate = null; const currentDate = new Date().setHours(0, 0, 0, 0); const postPublishDate = new Date(postDate).setHours(0, 0, 0, 0); if (postPublishDate && currentDate < postPublishDate) { window.location.replace('/'); } })();