Skip to content

Commit 7616864

Browse files
committed
feat: add Powered by StefanoBorzi link to footer
1 parent 136f063 commit 7616864

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/app/components/footer/footer.component.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<footer class="border-t border-(--border) px-4 py-6 text-center">
2-
<abbr title="Copyright">&copy;</abbr> {{ currentYear }} Python&nbsp;Catania
2+
<abbr title="Copyright">&copy;</abbr> {{ currentYear }} Python&nbsp;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>
312
&ndash;
413
<a routerLink="/coc" class="text-inherit underline hover:no-underline">
514
{{ 'footer.coc' | transloco }}

0 commit comments

Comments
 (0)