update from sparkleup

This commit is contained in:
Madison Scott-Clary 2022-06-17 12:35:17 -07:00
parent 5a59c2dc22
commit a063e228af
2 changed files with 39 additions and 1 deletions

View File

@ -57,6 +57,7 @@
<li class="done1"> <a href="3/index.html">3</a></li>
<li class="done0"> <a href="videos/index.html">Videos</a></li>
<li class="rejected"> <a href="crooked-cross/index.html">Crooked Cross (WT, podcast)</a></li>
<li class="done0"> <a href="quaker-ephemera/index.html">Quaker/spiritual pamphlets, blog entries, etc</a></li>
</ul>
<h2 id="poetry">Poetry</h2>
<ul>
@ -108,7 +109,7 @@
</ul>
</article>
<footer>
<p>Page generated on 2022-05-28</p>
<p>Page generated on 2022-06-17</p>
</footer>
</main>
<script type="text/javascript">

View File

@ -0,0 +1,37 @@
<!doctype html>
<html>
<head>
<title>Zk | Quaker Ephemera</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 | Quaker Ephemera</h1>
</header>
<article class="content">
<p>Blog posts, pamphlets, etc.</p>
<ul>
<li><a href="written-ministry.html">Written ministry</a></li>
<li><a href="journaling.html">Journaling as prayer into expectant silence</a></li>
<li><a href="nonviolence.html">Nonviolence is a stance</a></li>
<li><a href="identity.html">Identity and faith</a></li>
<li><a href="point-of-least-faith.html">Point of least faith</a></li>
<li><a class="wikilink" href="/Point_of_least_faith/">Point of least faith</a></li>
</ul>
</article>
<footer>
<p>Page generated on 2022-06-17</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>