From 2500f9136ac75eb72df181251a8bbe0f38614548 Mon Sep 17 00:00:00 2001 From: Vikas Ganiga Date: Sat, 1 Jan 2022 19:44:33 +0530 Subject: [PATCH] fix: dynamic copyright year --- index.html | 2 +- js/scripts.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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');