From ac7b2bce9fe10acb0ee11d3b9cc112a9c3df7f49 Mon Sep 17 00:00:00 2001 From: Charlie Humphreys Date: Thu, 27 Oct 2022 21:14:14 -0500 Subject: [PATCH] update twitter:card meta tag to have "summary" as the content --- client/template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/template.js b/client/template.js index 2ebe86094..be1b6b8b3 100644 --- a/client/template.js +++ b/client/template.js @@ -15,7 +15,7 @@ module.exports = async(name, title = '', props = {})=>{ - + ${title.length ? `${title} - The Homebrewery`: 'The Homebrewery - NaturalCrit'}