47 lines
1.3 KiB
HTML
47 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 2019-11-01-genderful</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 | 2019-11-01-genderful</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2019-11-01
|
|
title: Genderful</p>
|
|
<hr />
|
|
<blockquote>
|
|
<p>Finally getting around to this topic, hmm?</p>
|
|
</blockquote>
|
|
<!--more-->
|
|
|
|
<p>Yes. It only took a few months.</p>
|
|
<blockquote>
|
|
<p>Right. I was honestly a little shocked that you haven’t gotten to it sooner.</p>
|
|
</blockquote>
|
|
<p>I have, just sideways. I came at it all crabbed.</p>
|
|
<h2 id="new-content">New content</h2>
|
|
<ul>
|
|
<li><a href="/gender.html">Gender</a></li>
|
|
</ul>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2020-06-24</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>
|