From 842ee8d494fc3fa51e77153b141df3140b63c1f1 Mon Sep 17 00:00:00 2001 From: Nisar Hassan Naqvi Date: Fri, 4 Dec 2020 17:54:39 +0000 Subject: [PATCH] update meta descriptions for /blog and /docs for better SEO. --- src/layouts/docs.tsx | 2 +- src/pages/blog.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/docs.tsx b/src/layouts/docs.tsx index 945a3308a..b82321192 100644 --- a/src/layouts/docs.tsx +++ b/src/layouts/docs.tsx @@ -125,7 +125,7 @@ interface DocsLayoutProps { } const DocsLayout: React.SFC = ({ canonical, title, body}) => ( - +
diff --git a/src/pages/blog.tsx b/src/pages/blog.tsx index b8c84d947..5a3f040d9 100644 --- a/src/pages/blog.tsx +++ b/src/pages/blog.tsx @@ -97,7 +97,7 @@ const BlogPage: React.SFC = (props) => { Date.parse(b.node.frontmatter.date) - Date.parse(a.node.frontmatter.date)); return ( - + {/* ----- Section Posts ----- */}