Skip to content

Commit 2dc309f

Browse files
author
dphuang2
committed
add suffix to end of blog post
1 parent 9ad728c commit 2dc309f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/theme/BlogPostPage/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ export default function BlogPostPageWrapper(props: Props): JSX.Element {
6868
<BlogPostContent />
6969
</MDXContent>
7070
</ColorModeProvider>
71+
<div className="mt-16 text-center">
72+
<a href="/">← Back to all posts</a>
73+
</div>
7174
</div>
7275
</PaperPage>
7376
</HtmlClassNameProvider>

0 commit comments

Comments
 (0)