fixes and refinements
This commit is contained in:
parent
ca85e2923e
commit
38247187ee
30 changed files with 29 additions and 1470 deletions
|
@ -20,6 +20,7 @@ export default function AuthorLayout({ children, frontMatter }: Props) {
|
|||
twitter,
|
||||
spotify,
|
||||
applemusic,
|
||||
bandcamp,
|
||||
lastfm,
|
||||
} = frontMatter
|
||||
|
||||
|
@ -49,6 +50,7 @@ export default function AuthorLayout({ children, frontMatter }: Props) {
|
|||
<SocialIcon kind="twitter" href={twitter} size={6} />
|
||||
<SocialIcon kind="spotify" href={spotify} size={6} />
|
||||
<SocialIcon kind="applemusic" href={applemusic} size={6} />
|
||||
<SocialIcon kind="bandcamp" href={bandcamp} size={6} />
|
||||
<SocialIcon kind="lastfm" href={lastfm} size={6} />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue