“A sap-run is the sweet good-bye of winter. It is the fruit of the equal marriage of the sun and frost.”
~John Burroughs, Signs and Seasons, 1886~
window.onload = init; function init() { var $year = $('.dt-published').map(function() { return $(this).attr('datetime').substr(0,4); }).get(); $( '.date-wrapper' ).each( function ( i ) { $( this ).append( '' + $year[i] + ''); }); }
~John Burroughs, Signs and Seasons, 1886~