feat: contact info

This commit is contained in:
Lewis Wynne 2026-01-23 02:40:32 +00:00
parent 61ec65806b
commit fb57494c37

View file

@ -58,9 +58,11 @@ function extractDomain(url: string): string {
--- ---
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head><meta charset="UTF-8"><title>Blog</title></head> <head><meta charset="UTF-8"><title>lewis m.w.</title></head>
<body> <body>
<pre set:html={[ <pre set:html={[
'lewis m.w. <a href="mailto:lewis@wynne.rs">mail</a> <a href="https://github.com/llywelwyn">gh</a>',
'',
'blog', 'blog',
...sorted.map(post => `<span class="muted">${formatDate(post.data.date)}</span> <a href="/${post.id}">${post.data.title}</a>`), ...sorted.map(post => `<span class="muted">${formatDate(post.data.date)}</span> <a href="/${post.id}">${post.data.title}</a>`),
'', '',