update from sparkleup

This commit is contained in:
Madison Scott-Clary 2023-05-07 21:45:13 -07:00
parent 874a7ec3ae
commit 897c2c8f83
1 changed files with 43 additions and 0 deletions

43
diary/2023-05-07.html Normal file
View File

@ -0,0 +1,43 @@
<!doctype html>
<html>
<head>
<title>Zk | 2023-05-07</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | 2023-05-07</h1>
</header>
<article class="content">
<h2 id="notable-panels">Notable panels</h2>
<h3 id="queer-new-weird">Queer new weird</h3>
<h3 id="publishing-editing-and-technology">Publishing, Editing, and Technology</h3>
<h3 id="fiction-craft-and-criticism">Fiction Craft and Criticism</h3>
<h2 id="the-bookfair">The bookfair</h2>
<h3 id="notable-tables">Notable tables</h3>
<h3 id="books-purchased">Books purchased</h3>
<ul>
<li>Kelly Hoffer &mdash; <em>Undershore: Poems</em></li>
<li>Katherine Indemaur &mdash; <em>I|I</em></li>
<li>Seneca Review &mdash; <em>We Might as Well Call It the Lyric Essay</em></li>
<li>Cecilia Gentili &mdash; <em>Faltas: Letters to Everyone in My Hometown Who Isn&rsquo;t My Rapist</em></li>
<li>Cat Fitzpatrick and Casey Plett (editors) &mdash; <em>Meanwhile, Elsewhere</em></li>
<li>Littlepuss &mdash; <em>Littlepuss! Literary! Collation!</em></li>
</ul>
</article>
<footer>
<p>Page generated on 2023-05-07</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
});
</script>
</body>
</html>