mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
Merge pull request #375 from bartvdbraak/mstdn
Add link to Mastodon profile
This commit is contained in:
commit
c6318750ed
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" />
|
||||
|
|
|
@ -10,6 +10,7 @@ export const siteConfig = {
|
|||
links: {
|
||||
twitter: 'https://twitter.com/bartvdbraak',
|
||||
linkedIn: 'https://www.linkedin.com/in/bartvdbraak',
|
||||
mastodon: 'https://mstdn.social/@bartvdbraak',
|
||||
gitHubProfile: 'https://github.com/bartvdbraak',
|
||||
gitHubProject: 'https://github.com/bartvdbraak/hellob.art',
|
||||
shadcnSvelte: 'https://www.shadcn-svelte.com/',
|
||||
|
|
Loading…
Reference in a new issue