mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-29 22:37:44 +02:00
fix: update name with full name and nickname
This commit is contained in:
@ -25,7 +25,7 @@ const BlogPostPage: NextPage<BlogPostPageProps> = (props) => {
|
||||
return (
|
||||
<>
|
||||
<Head
|
||||
title={`${post.frontmatter.title} | Divlo`}
|
||||
title={`${post.frontmatter.title} | Théo LUDWIG (Divlo)`}
|
||||
description={post.frontmatter.description}
|
||||
/>
|
||||
|
||||
|
Reference in New Issue
Block a user