Make copyright year dynamic

This commit is contained in:
Swarnava Sengupta 2019-02-05 23:31:33 +05:30
parent a404c91e22
commit 5c2439210d

View file

@ -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>