47 lines
1.3 KiB
HTML
47 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 2020-02-23-an-email</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-02-23-an-email</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2020-02-23
|
|
title: An Email</p>
|
|
<hr />
|
|
<p>I sent my dad an email, and while there are some surface reasons, I’d be hard pressed to tell you, on a deeper level, why.</p>
|
|
<!--more-->
|
|
|
|
<blockquote>
|
|
<p>How do you feel about it?</p>
|
|
</blockquote>
|
|
<p>Complicated.</p>
|
|
<blockquote>
|
|
<p>I would expect nothing else.</p>
|
|
</blockquote>
|
|
<h3 id="new-content">New Content</h3>
|
|
<ul>
|
|
<li><a href="/dad/as/a/person.html">Dad as a person</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>
|