Skip to content

Commit

Permalink
chore: a
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 committed Nov 11, 2021
1 parent 44acec2 commit 6f86747
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion layouts/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ const Layout = ({
{frontMatter.type[0] !== 'Page' && (
<nav className='flex mt-7 items-start text-gray-500 dark:text-gray-400'>
<div className='flex mb-4'>
<a href={BLOG.socialLink || '#'} className='flex'>
<a
href={BLOG.socialLink || '#'}
target='_blank'
rel='noopener noreferrer'
className='flex'
>
<Image
alt={BLOG.author}
width={24}
Expand Down

1 comment on commit 6f86747

@vercel
Copy link

@vercel vercel bot commented on 6f86747 Nov 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.