mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-29 07:49:10 +00:00
feat: add link to Mastodon
This commit is contained in:
parent
05d27db42d
commit
6635699bc3
2 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
|||
<footer class="container py-6">
|
||||
<div class="space-y-1">
|
||||
<p class="text-center text-sm text-muted-foreground">
|
||||
© {new Date().getFullYear()} — {siteConfig.author}. Licensed under GPL-3.0.
|
||||
© {new Date().getFullYear()} —
|
||||
<a rel="me" href={siteConfig.links.mastodon}>{siteConfig.author}</a>. Licensed under GPL-3.0.
|
||||
</p>
|
||||
</div>
|
||||
<Separator class="my-2" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue