diff --git a/src/templates/blog-post.tsx b/src/templates/blog-post.tsx index 06d7b31bd..f7003c9df 100644 --- a/src/templates/blog-post.tsx +++ b/src/templates/blog-post.tsx @@ -104,10 +104,9 @@ export const BlogPostPageQuery = graphql` ) { title illustration - contact { - headline + link { title - email + href } }