From 05b47cf492bfe4e43fb9644d051c25bd1db9d317 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 22 Apr 2022 16:54:19 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/PageHead.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/components/PageHead.tsx b/components/PageHead.tsx index 69b6be3..618cd48 100644 --- a/components/PageHead.tsx +++ b/components/PageHead.tsx @@ -13,6 +13,8 @@ export const PageHead: React.FC< url?: string } > = ({ site, title, description, pageId, image, url }) => { + const rssFeedUrl = `${config.host}/feed.xml` + title = title ?? site?.name description = description ?? site?.description @@ -67,6 +69,13 @@ export const PageHead: React.FC< )} + + {title}