When the world wearies and society fails to satisfy, there is always the garden.
Minnie Aumonier
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] + ''); }); }
Minnie Aumonier