38 lines
1.3 KiB
HTML
38 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 03</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 | 03</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>date: 2019-08-14
|
|
weight: 3</p>
|
|
<hr />
|
|
<p>A friend asked Maddy: why are you coating yourself with grease?</p>
|
|
<p>Maddy said: so that when I run through a field, no dirt will stick to me, and I won’t get poked by thorns.</p>
|
|
<p>Maddy ran through the field, and wound up covered in dirt and scratches.</p>
|
|
<p>The friend said: better to not run.</p>
|
|
<!-- The more Maddy tries to avoid worrying and thoughts, the more they plague her. Better to not try, to lose oneself in the task. The running does itself, and Maddy is lost. -->
|
|
</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>
|