commit 2c3a618e92ee08f5240ccd536d5e4101e82f5467
parent a07508ab25da5fbdf9857fed92075480a91e02cf
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date: Tue, 17 Dec 2024 20:06:58 -0800
Include noscript option for webring
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/content/links/index.md b/content/links/index.md
@@ -9,5 +9,13 @@ draft: false
<div id='data-ring-dot-list'>
<script type="text/javascript" src="https://randyau.github.io/datawebring/onionring-variables.js"></script>
<script type="text/javascript" src="https://randyau.github.io/datawebring/onionring-widget.js"></script>
+<noscript>
+<p>This site is part of the Data People Writing Stuff webring<br>
+<span class="webring-links">
+<a href="https://randyau.github.io/datawebring/index.html">index</a> |
+<a href="https://github.com/randyau/datawebring/">what is this?</a>
+</span>
+</p>
+</noscript>
</div>
{{< /rawhtml >}}