Merge pull request #375 from bartvdbraak/mstdn

Add link to Mastodon profile
This commit is contained in:
Bart van der Braak 2024-07-02 01:47:59 +02:00 committed by GitHub
commit c6318750ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -7,7 +7,8 @@
<footer class="container py-6">
<div class="space-y-1">
<p class="text-center text-sm text-muted-foreground">
&copy; {new Date().getFullYear()} &mdash; {siteConfig.author}. Licensed under GPL-3.0.
&copy; {new Date().getFullYear()} &mdash;
<a rel="me" href={siteConfig.links.mastodon}>{siteConfig.author}</a>. Licensed under GPL-3.0.
</p>
</div>
<Separator class="my-2" />

View file

@ -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/',