Merge pull request #986 from tangly1024/fix/simple-continue-reading

fix/theme-simple continue reading slug
This commit is contained in:
tangly1024
2023-04-18 13:51:30 +08:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ export const BlogItem = props => {
</div>
<div className='block'>
<Link href={post.slug} className='inline-block rounded-sm text-blue-400 text-xs dark:border-gray-800 border hover:text-red-400 transition-all duration-200 hover:border-red-300 h-9 leading-8 px-5'>
<Link href={`/${post.slug}`} className='inline-block rounded-sm text-blue-400 text-xs dark:border-gray-800 border hover:text-red-400 transition-all duration-200 hover:border-red-300 h-9 leading-8 px-5'>
Continue Reading <i className="fa-solid fa-angle-right align-middle"></i>
</Link>
</div>