Skip to content

Commit 88302d2

Browse files
Always display current year
1 parent 71d4b79 commit 88302d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/partials/footer.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
footer(class='flex flex-col items-center pt-6 pb-5 space-y-2 text-center')
2-
div(class='mb-2') TanulóSCH © 2022
2+
div(class='mb-2') TanulóSCH © #{new Date().getFullYear()}
33
div(class='flex flex-row items-center justify-center space-x-6')
44
a(aria-label="GitHub link" href='https://github.com/kir-dev' target='_blank' rel='noopener noreferrer')
55
svg(xmlns='http://www.w3.org/2000/svg' alt="Github" aria-label="Github" viewbox='0 0 24 24' fill='currentColor' class='w-6 h-6 hover:text-blue-800 dark:hover:text-blue-500 animate-hover')

0 commit comments

Comments
 (0)