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 136f063 commit 7616864Copy full SHA for 7616864
1 file changed
src/app/components/footer/footer.component.html
@@ -1,5 +1,14 @@
1
<footer class="border-t border-(--border) px-4 py-6 text-center">
2
- <abbr title="Copyright">©</abbr> {{ currentYear }} Python Catania
+ <abbr title="Copyright">©</abbr> {{ currentYear }} Python Catania -
3
+ Powered by
4
+ <a
5
+ href="https://stefanoborzi.dev"
6
+ target="_blank"
7
+ rel="noopener noreferrer"
8
+ class="text-inherit underline hover:no-underline"
9
+ >
10
+ StefanoBorzi
11
+ </a>
12
–
13
<a routerLink="/coc" class="text-inherit underline hover:no-underline">
14
{{ 'footer.coc' | transloco }}
0 commit comments