UNPKG

kwikr

Version:

Build static websites quickly.

10 lines (9 loc) 166 B
/*! * Javascript */ $(document).ready(function() { // Get the Date var now = new Date(); var year = now.getFullYear(); $('.year').append(year); });