From a4a25ae92c5098a9143968cc8f6471b95ceb4b5f Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 10 Aug 2026 18:04:36 -0700 Subject: [PATCH] Feat: render merch CTA on article and home pages Co-authored-by: Opus 5 --- scripts/lib/renderers.mjs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/lib/renderers.mjs b/scripts/lib/renderers.mjs index 7cc06e3..ab1fee6 100644 --- a/scripts/lib/renderers.mjs +++ b/scripts/lib/renderers.mjs @@ -1,5 +1,5 @@ import { SITE_URL } from "./constants.mjs"; -import { footer, nav, shellHead } from "./templates.mjs"; +import { footer, merch, nav, shellHead } from "./templates.mjs"; import { escapeHtml, escapeXml, fmtDate, renderAuthorInline, toISODate } from "./utils.mjs"; export const renderHome = (articles) => ` @@ -48,6 +48,8 @@ ${nav} .join("")} + + ${merch} ${footer} `; @@ -76,6 +78,8 @@ ${nav} + ${merch} +