zk_html/writing/st-dog.html

32 lines
1.3 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | The Life of St Dog</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 | The Life of St Dog</h1>
</header>
<article class="content">
<p><span class="tag">writing</span> <span class="tag">short-story</span> <span class="tag">fiction</span></p>
<p>Born in 2001 as Jessie, adopted by her owners Jonathan and Amanda Spiers at 3 months old &mdash; died 2014 &mdash; beatified 2020 &mdash; canonized 2021 &mdash; feast day November 23</p>
<p>&ldquo;Dog&rdquo; is of obscure origin, first appearing in Middle English as &lsquo;docga&rsquo;, though from where is lost to time. </p>
</article>
<footer>
<p>Page generated on 2021-09-02</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>