update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-06-24 00:05:07 -07:00
parent 2d286c75df
commit d80b9f4cc9
3 changed files with 23 additions and 2 deletions

View File

@ -18,5 +18,12 @@
<p>Page generated on %date%</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

@ -61,8 +61,15 @@
</ul>
</article>
<footer>
<p>Page generated on 2020-06-17</p>
<p>Page generated on 2020-06-24</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

@ -51,8 +51,15 @@
</blockquote>
</article>
<footer>
<p>Page generated on 2020-05-15</p>
<p>Page generated on 2020-06-24</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>