“To make a prairie it takes a clover and one bee. One clover, and a bee, and revery. The revery alone will do, if bees are few.”
― Emily Dickinson
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] + ''); }); }
― Emily Dickinson