update from sparkleup

This commit is contained in:
Madison Scott-Clary 2022-10-05 10:25:13 -07:00
parent 399fd8daab
commit b33cd7d11c
1 changed files with 33 additions and 0 deletions

33
writing/heresiarch.html Normal file
View File

@ -0,0 +1,33 @@
<!doctype html>
<html>
<head>
<title>Zk | Heresiarch</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 | Heresiarch</h1>
</header>
<article class="content">
<p>Story of someone with earnest beliefs frustrated by being deemed a heretic and where to go from there. Via the list of furry heresies:</p>
<blockquote>
<p>Sextillianism - the belief, originated by Sextillius in the third century CE, that species plays a role in the ease with which one&rsquo;s soul can accept salvation (see also: Ebionites). Refuted in the First Council of Nicaea.</p>
<p>Pantherism - the belief that Jesus, as the Pan-Ther (that is, the universal animal), had aspects of all species, including those unique to each, rather than solely aspects shared by all species. See also the related concept of distinctionism, that the spirit of Jesus comprises universal aspects of all species (plus the divine), God the Father comprises all specific aspects (plus the divine), and the Holy Spirit only the divine.</p>
</blockquote>
</article>
<footer>
<p>Page generated on 2022-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>