zk_html/lj-dump/L-370.html

58 lines
2.4 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>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>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2004-12-28 03:32:08</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('li').forEach(el => {
if (el.querySelectorAll('li').length !== 0) {
el.classList.add('has-nested', 'closed');
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
}
});
document.querySelectorAll('.toc .has-nested').forEach(el => {
el.classList.remove('has-nested', 'closed');
});
document.querySelectorAll('li.has-nested').forEach(el => {
el.querySelector('.toggle').addEventListener('click', () => {
el.classList.toggle('closed');
});
});
let expanded = false;
document.querySelector('.control').addEventListener('click', (e) => {
expanded = !expanded;
if (expanded) {
e.target.innerText = 'Collapse all';
} else {
e.target.innerText = 'Expand all';
}
document.querySelectorAll('.has-nested').forEach((el) => {
if (expanded) {
el.classList.remove('closed');
} else {
el.classList.add('closed')
}
});
});
</script>
</body>
</html>