feat: contact info
This commit is contained in:
parent
61ec65806b
commit
fb57494c37
1 changed files with 3 additions and 1 deletions
|
|
@ -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>`),
|
||||||
'',
|
'',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue