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} +