Преглед на файлове

Make copyright year dynamic

Swarnava Sengupta преди 6 години
родител
ревизия
5c2439210d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>