diff --git a/index.html b/index.html index 6d9226d9b6..540522f310 100644 --- a/index.html +++ b/index.html @@ -237,7 +237,7 @@

Get in Touch

diff --git a/js/scripts.js b/js/scripts.js index 397ebb363e..2eec64ac3f 100644 --- a/js/scripts.js +++ b/js/scripts.js @@ -12,6 +12,9 @@ (function($) { + // Show current year + $("#current-year").text(new Date().getFullYear()); + // Remove no-js class $('html').removeClass('no-js');