We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d2c58c + 5319f67 commit 924a69aCopy full SHA for 924a69a
1 file changed
Projects/Shades/index.html
@@ -282,7 +282,7 @@ <h6>Get monthly updates on your inbox</h6>
282
</div>
283
<div class="copyright">
284
Made by <a href="https://www.linkedin.com/in/sumit-kumar-rai-b59290233/" target="_blank"> Sumit Kumar</a> ©
285
- 2022 | All rights reserved
+ <span id='date'></span> | All rights reserved
286
287
</footer>
288
@@ -294,6 +294,7 @@ <h6>Get monthly updates on your inbox</h6>
294
AOS.init({
295
duration: 1000,
296
});
297
+ document.getElementById('date').innerHTML = new Date().getFullYear();
298
</script>
299
</body>
300
0 commit comments