Browse Source

Make copyright year dynamic

Swarnava Sengupta 6 years ago
parent
commit
5c2439210d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      website/index.html

+ 1 - 1
website/index.html

@@ -154,7 +154,7 @@
 				<img src="https://opensource.microsoft.com/img/microsoft.png" alt="Microsoft" style="max-height:23px;margin-bottom:12px;">
 			</a>
 			<br/>
-			<small>&copy; 2018 Microsoft</small>
+			<small>&copy; <script>document.write(new Date().getFullYear())</script> Microsoft</small>
 		</p>
 	</footer>