widness
2/25/2018 - 3:47 PM

copyright

Copyright snippets with the year auto updated

$(document).ready(
    function() {
        var d = new Date();
        $('#today').text("Copyright © " + d.getFullYear() + " Raphaël Balet" );
    }
);