We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d4b79 commit 88302d2Copy full SHA for 88302d2
views/partials/footer.pug
@@ -1,5 +1,5 @@
1
footer(class='flex flex-col items-center pt-6 pb-5 space-y-2 text-center')
2
- div(class='mb-2') TanulóSCH © 2022
+ div(class='mb-2') TanulóSCH © #{new Date().getFullYear()}
3
div(class='flex flex-row items-center justify-center space-x-6')
4
a(aria-label="GitHub link" href='https://github.com/kir-dev' target='_blank' rel='noopener noreferrer')
5
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