Ver Fonte

Make copyright year dynamic

Swarnava Sengupta há 6 anos atrás
pai
commit
5c2439210d
1 ficheiros alterados com 1 adições e 1 exclusões
  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>