$('nav ul li:last').addClass('last');
$('nav a').each(function(){ if( $(this).attr('href') === window.location.href || $(this).attr('href') === location.href.split('/').pop() ) $(this).addClass('current'); });
$('aside h3').wrapInner('<span>');
