${title}
@@ -31,7 +35,7 @@ export default function Page404(site) { alt="Picture of a pie I made and posted on Instagram" />
- `, - }, - }); +diff --git a/src/client/404.html.tmpl.js b/src/client/404.html.tmpl.js
index 94510e93..6c0cde9f 100644
--- a/src/client/404.html.tmpl.js
+++ b/src/client/404.html.tmpl.js
@@ -3,13 +3,17 @@ import { html } from "../server/utils.js";
export default function Page404(site) {
const title = "404: Page Not Found";
- return Page({
- site,
- page: {
- title,
- path: "/404/",
- layout: "Page",
- contents: html`
+ return Page(
+ {
+ site,
+ page: {
+ title,
+ path: "/404/",
+ layout: "Page",
+ },
+ },
+ html`
+
@@ -31,7 +35,7 @@ export default function Page404(site) {
alt="Picture of a pie I made and posted on Instagram"
/>
${title}
Hello, I’m Jim Nielsen.
+Hello, I’m Jim Nielsen.
-- In the past, I put off writing because I was unable to do my best—“if - you can’t do something right, don’t do it at all”. -
-- But lately I’ve found myself regretting not writing down at least - something. -
++ In the past, I put off writing because I was unable to do my best—“if + you can’t do something right, don’t do it at all”. +
++ But lately I’ve found myself regretting not writing down at least + something. +
-- So my current posture towards blogging is: something is better than - nothing. -
++ So my current posture towards blogging is: something is better than + nothing. +
-- -
++ +
-- I thought it would be interesting to - index all the outbound links on my blog - and keep it as a running list. -
++ I thought it would be interesting to + index all the outbound links on my blog + and keep it as a running list. +
- ${domainsOfMoreThanOne.map( - (domain) => html` -