update from sparkleup

This commit is contained in:
Madison Scott-Clary 2021-07-20 15:00:12 -07:00
parent fbed969a4c
commit 851a617446
2 changed files with 31 additions and 1 deletions

View File

@ -0,0 +1,29 @@
<!doctype html>
<html>
<head>
<title>Zk | Big-Hearted</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 | Big-Hearted</h1>
</header>
<article class="content">
<p><span class="tag">fanfiction</span> <span class="tag">short-story</span></p>
</article>
<footer>
<p>Page generated on 2021-07-20</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>

View File

@ -16,10 +16,11 @@
<ul> <ul>
<li class="done3"> <a href="southern-reach.html">The Hand of God (Southern Reach &mdash; doujuneshi 2020))</a></li> <li class="done3"> <a href="southern-reach.html">The Hand of God (Southern Reach &mdash; doujuneshi 2020))</a></li>
<li class="done3"> <a href="kaddish.html">Kaddish (Hyperion Cantos &mdash; doujuneshi 2020)</a></li> <li class="done3"> <a href="kaddish.html">Kaddish (Hyperion Cantos &mdash; doujuneshi 2020)</a></li>
<li class="done0"> <a href="david-goliath.html">David and Goliath</a></li>
</ul> </ul>
</article> </article>
<footer> <footer>
<p>Page generated on 2020-06-24</p> <p>Page generated on 2021-07-20</p>
</footer> </footer>
</main> </main>
<script type="text/javascript"> <script type="text/javascript">