2022-06-17 19:35:17 +00:00
<!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 >
2022-06-18 00:05:26 +00:00
< li class = "done0" > < a href = "written-ministry.html" > Written ministry< / a > < / li >
< li class = "done0" > < a href = "journaling.html" > Journaling as prayer into expectant silence< / a > < / li >
< li class = "done0" > < a href = "nonviolence.html" > Nonviolence is a stance< / a > < / li >
< li class = "done0" > < a href = "identity.html" > Identity and faith< / a > < / li >
< li class = "done0" > < a href = "point-of-least-faith.html" > Point of least faith< / a > < / li >
2022-06-22 07:53:53 +00:00
< li class = "done0" > < a href = "animism.tex.html" > Quakers and animism (light of god in all things)< / a > < / li >
< li class = "done0" > < a href = "triangles.html" > Platforms of religion (TEC three legged stool) (wesleyan quadrilateral) (the words, the context, the community)< / a > < / li >
< li class = "done0" > < a href = "burnout.html" > Leftist burnout in committees< / a > < / li >
2022-06-17 19:35:17 +00:00
< / ul >
< / article >
< footer >
2022-06-22 07:53:53 +00:00
< p > Page generated on 2022-06-22< / p >
2022-06-17 19:35:17 +00:00
< / 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 >