Skip to content

Commit e16435c

Browse files
committed
Get current year in footer
1 parent 92fede7 commit e16435c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vuepress/theme/components/TheFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</div>
4343
</div>
4444
<div class="w-full py-6 text-center">
45-
<span class="text-sm">MIT Licensed | Copyright &copy; 2020</span>
45+
<span class="text-sm">MIT Licensed | Copyright &copy; 2020-{{ new Date().getFullYear() }}</span>
4646
</div>
4747
</footer>
4848
</template>

0 commit comments

Comments
 (0)