update from sparkleup

This commit is contained in:
Madison Scott-Clary 2021-10-05 21:30:11 -07:00
parent 0041991f91
commit 567deb2df2
2 changed files with 32 additions and 1 deletions

30
writing/dont-look-up.html Normal file
View File

@ -0,0 +1,30 @@
<!doctype html>
<html>
<head>
<title>Zk | dont-look-up</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 | dont-look-up</h1>
</header>
<article class="content">
<h1 id="dont-look-up-wt">Don&rsquo;t Look Up (WT)</h1>
<p>https://imgur.com/a/EH744Ai</p>
</article>
<footer>
<p>Page generated on 2021-10-05</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>

View File

@ -26,6 +26,7 @@
<ul>
<li><a href="post-self/neviim/index.html">Nevi&rsquo;im</a></li>
<li><a href="post-self/toledot/index.html">Toledot</a></li>
<li><a href="dont-look-up.html">Don&rsquo;t Look Up</a></li>
</ul>
<h2 id="paused">Paused</h2>
<ul>
@ -100,7 +101,7 @@
</ul>
</article>
<footer>
<p>Page generated on 2021-09-23</p>
<p>Page generated on 2021-10-05</p>
</footer>
</main>
<script type="text/javascript">