Merge pull request #1303 from swarnava/copyright-year

Make copyright year dynamic
This commit is contained in:
Alexandru Dima 2019-03-01 22:49:29 +01:00 committed by GitHub
commit d23fd1e0a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

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; {{year}} Microsoft</small>
</p>
</footer>

View file

@ -4517,7 +4517,7 @@ return {
<footer class="container">
<hr>
<p class="text-center">
<small>&copy; 2018 Microsoft</small>
<small>&copy; {{year}} Microsoft</small>
</p>
</footer>

View file

@ -67,7 +67,7 @@
<footer class="container">
<hr>
<p class="text-center">
<small>&copy; 2018 Microsoft</small>
<small>&copy; {{year}} Microsoft</small>
</p>
</footer>