var Webflow = Webflow || {};
Webflow.push(function() {
var next_href = $('#post_list .w--current').parent().next().find('a').attr('href');
var previous_href = $('#post_list .w--current').parent().prev().find('a').attr('href');
// ... (rest of the code)
});