44 lines
1.3 KiB
HTML
44 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 2020-01-02-surgery</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 | 2020-01-02-surgery</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>title: On surgery
|
|
date: 2020-01-02</p>
|
|
<hr />
|
|
<p>Four hundred lines of verse about surgery.</p>
|
|
<!--more-->
|
|
|
|
<blockquote>
|
|
<p>Because of course.</p>
|
|
</blockquote>
|
|
<p>I just want to live up to the archetype I’ve set for myself.</p>
|
|
<h3 id="new-content">New Content</h3>
|
|
<ul>
|
|
<li>About half of <a href="/gender/surgery.html">surgery</a>, with the other half being Post-op Images, which was written during recovery.</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>
|