From 7eb63db502ad88e910cf940bb946eb9bf75ecd77 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Mon, 26 Jul 2021 10:05:43 +1200 Subject: [PATCH] Clean up link validation in template --- client/template.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/template.js b/client/template.js index 6307b744b..e2e0893e3 100644 --- a/client/template.js +++ b/client/template.js @@ -5,15 +5,15 @@ module.exports = async(name, title = '', props = {})=>{ - + ${title.length ? `${title} - The Homebrewery`: 'The Homebrewery - NaturalCrit'}
${require(`../build/${name}/ssr.js`)(props)}
+ + - - `; };