diff --git a/src/pages/social.tsx b/src/pages/social.tsx
index 938b2e6..ee40d9c 100644
--- a/src/pages/social.tsx
+++ b/src/pages/social.tsx
@@ -45,7 +45,7 @@ const SocialPage = ({ data }) => {
- socialDescriptionWithLink
+ socialDescriptionWithLink
diff --git a/src/templates/blogListing.tsx b/src/templates/blogListing.tsx
index 4c630d2..514f49f 100644
--- a/src/templates/blogListing.tsx
+++ b/src/templates/blogListing.tsx
@@ -24,7 +24,7 @@ const BlogListing = ({ data, pageContext }) => {
{hasSection && (
-
+
{t("blog.title")} /
)}
@@ -39,7 +39,7 @@ const BlogListing = ({ data, pageContext }) => {
@@ -69,7 +69,7 @@ const BlogListing = ({ data, pageContext }) => {
: ""
}${
post.childMdx.frontmatter.urlPublished
- }/${post.childMdx.frontmatter.url}`}
+ }/${post.childMdx.frontmatter.url}/`}
key={post.childMdx.slug}
className={styles.post}
>
@@ -89,7 +89,7 @@ const BlogListing = ({ data, pageContext }) => {
<>
{" | "}
{t(
`blog.section.${post.childMdx.frontmatter.section}.name`
diff --git a/src/templates/blogPost.tsx b/src/templates/blogPost.tsx
index 225bb49..11003cd 100644
--- a/src/templates/blogPost.tsx
+++ b/src/templates/blogPost.tsx
@@ -71,7 +71,7 @@ const BlogPost = ({ data }) => {
<>
{" | "}
{t(
`blog.section.${data.mdx.frontmatter.section}.name`