58 lines
2.0 KiB
HTML
58 lines
2.0 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 2019-09-24-coping-mechanisms</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-09-24-coping-mechanisms</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>title: Coping mechanisms
|
|
date: 2019-09-24</p>
|
|
<hr />
|
|
<p>The upside to a complicated two-and-a-half week visit following shortly after a complicated two-and-a-half week visit is that I have rather a lot to talk about. The downside is that getting back into the rhythm is difficult.</p>
|
|
<!--more-->
|
|
|
|
<blockquote>
|
|
<p>No one ever said this would be easy.</p>
|
|
</blockquote>
|
|
<p>Well, sure, but that phrase is usually applied to something more emotional than the sheer mechanics of getting back into the writing flow.</p>
|
|
<blockquote>
|
|
<p>It’s all work. None of the work will be easy, emotional or mechanical.</p>
|
|
</blockquote>
|
|
<p>Fair enough.</p>
|
|
<blockquote>
|
|
<p>Besides, is what you wrote about easy stuff?</p>
|
|
</blockquote>
|
|
<h3 id="new-content">New content</h3>
|
|
<ul>
|
|
<li><a href="/25.html">ally 25</a> through 27</li>
|
|
<li><a href="/poly/4.html">Polyamory 4</a> through 6</li>
|
|
<li><a href="/sex.html">Sex</a> and <a href="/sex/kink.html">kink</a></li>
|
|
<li>You can now view content posted <a href="/chronology.html">chronologically</a></li>
|
|
</ul>
|
|
<h3 id="updated-content">Updated content</h3>
|
|
<ul>
|
|
<li>Some tuning on <a href="/">the front page</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>
|