update from sparkleup

This commit is contained in:
Madison Scott-Clary 2022-04-26 19:00:17 -07:00
parent e9823cf9b3
commit eb144454dc
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
<!doctype html>
<html>
<head>
<title>Zk | 3-interpolations</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 | 3-interpolations</h1>
</header>
<article class="content">
<p>((re: Elihu: Alter holds a particularly dim view of Elihu, stating, &ldquo;At this point, in the original text, the Lord would have spoken out from the whirlwind, but a lapse in judgment by an ancient editor postponed that brilliant consummation for six chapters in which the tediuous Elihu os allowed to hold forth.&rdquo; \parencite[460]{alter}))</p>
</article>
<footer>
<p>Page generated on 2022-04-26</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>