update from sparkleup
This commit is contained in:
parent
874a7ec3ae
commit
897c2c8f83
|
@ -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 — <em>Undershore: Poems</em></li>
|
||||
<li>Katherine Indemaur — <em>I|I</em></li>
|
||||
<li>Seneca Review — <em>We Might as Well Call It the Lyric Essay</em></li>
|
||||
<li>Cecilia Gentili — <em>Faltas: Letters to Everyone in My Hometown Who Isn’t My Rapist</em></li>
|
||||
<li>Cat Fitzpatrick and Casey Plett (editors) — <em>Meanwhile, Elsewhere</em></li>
|
||||
<li>Littlepuss — <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>
|
Loading…
Reference in New Issue