33 lines
1.7 KiB
HTML
33 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Double double toil and trouble..</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 | Double double toil and trouble..</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Things are bubbling away nicely with the cider. A little too nicely, even.. the dry cider - the one with the montrachet yeast - kinda went crazy and bubbled up hard enough to push against the bung, some yeasty krausen (foam) spilling out. Luckily, with the way I set things up, the rubber bands pulled the bung back down and the vasoline sealed it down again. As a result, a good deal of the orange krausen pushed up into the airlock and there was barely enough fluid left in there to bubble by the time I got back. I got that all cleaned up and everything, though, and hopefully it won’t happen that strong again until I get the new, larger bungs.</p>
|
|
<p>Which will unfortunately be Wednesday.</p>
|
|
<p>Whatever</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2004-12-28 03:32:08</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>
|