update from sparkleup
This commit is contained in:
parent
3f26e874a9
commit
aacd3ed763
|
@ -32,7 +32,7 @@
|
|||
<h2 id="outline">Outline</h2>
|
||||
<ul>
|
||||
<li><a href="intro.html">Intro</a></li>
|
||||
<li>Layers<ul>
|
||||
<li><a href="layers.html">Layers</a><ul>
|
||||
<li><a href="section-numinous.html">Sense of the numinous</a><ul>
|
||||
<li><a href="numinous.html">The numinous</a></li>
|
||||
<li><a href="prayer.html">Prayer</a></li>
|
||||
|
@ -43,6 +43,7 @@
|
|||
<li><a href="frameworks.html">Frameworks</a></li>
|
||||
<li><a href="fractal.html">Fractal natures</a></li>
|
||||
<li><a href="mystery.html">Mystery</a></li>
|
||||
<li><a href="theodicy.html">Theodicy</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="section-emotional.html">Emotional</a><ul>
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | theodicy</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 | theodicy</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<h3 id="the-problem-of-evil">The Problem of Evil</h3>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2022-03-07</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>
|
Loading…
Reference in New Issue