Makes year in copyrite day correct.

PHOTO EMBED

Fri May 29 2020 15:03:49 GMT+0000 (Coordinated Universal Time)

Saved by @headcountguru #javascript

<script>
var year = new Date();
year = year.getFullYear();
jQuery(function($){
	$('#footer-info').html('&copy; ' + year + ' <a href="https://thisweekinworcester.com">This Week In Worcester</a> | All Rights Reserved');
});
</script>
content_copyCOPY