update from sparkleup
This commit is contained in:
parent
69a76f6cff
commit
759eab6f3a
|
@ -0,0 +1,32 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | 2023-02-16</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-02-16</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<h1 id="trans-literature-now">Trans Literature Now</h1>
|
||||
<p><a href="https://yalereview.org/article/gabriel-nevada-trans-realism">Kay Gabriel essay about <em>Nevada</em> by Imogen Binnie.</a> — showing trans life without making a spectacle of pain. ‘minoritarian literature and outsiders feeling good about feeling bad’</p>
|
||||
<p>https://mitpress.mit.edu/9780262544894/</p>
|
||||
<p>https://electricliterature.com/</p>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2023-02-16</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