diff --git a/src/components/Meta.tsx b/src/components/Meta.tsx index 24f7a92..bcd07c5 100644 --- a/src/components/Meta.tsx +++ b/src/components/Meta.tsx @@ -30,6 +30,7 @@ const Meta: React.FC = ({ + {/* Open Graph / Facebook */} @@ -38,8 +39,9 @@ const Meta: React.FC = ({ + + - {/* Twitter */} diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 51d233d..7f8e27d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -26,7 +26,6 @@ const Home: React.FC = ({ posts, recentPosts, tags }) => {