From 6ff935755e2d98093b859371c2630ebf33f6d554 Mon Sep 17 00:00:00 2001 From: Defrian Yarfi Date: Thu, 3 Sep 2020 22:13:41 +0700 Subject: [PATCH] Modify layout --- components/layout/Layout.jsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/components/layout/Layout.jsx b/components/layout/Layout.jsx index f254b84..e440157 100644 --- a/components/layout/Layout.jsx +++ b/components/layout/Layout.jsx @@ -7,13 +7,22 @@ import Footer from "../footer/Footer"; export default function Layout({ children, title = "Next.js with Sequelize | A boilerplate from dyarfi.github.io", + description = "Next.js with Sequelize | A boilerplate Next.js and Sequelize from dyarfi.github.io", + keywords = "Next.js, Sequelize, ORM, JWT, Json Web Tokens, Authentication, Application", + type = "website", }) { return (
+ {title} - + + + + + + {/* */}