datawebring

A webring for data people who write
git clone https://git.eamoncaddigan.net/datawebring.git
Log | Files | Refs | README

commit a9a86b74aef926267e1653a56bebee991a71ad4c
parent 6eda96595389a3d51abf9a91ff7dacf243f39315
Author: Randy Au <randy.au@gmail.com>
Date:   Fri, 20 Sep 2024 13:14:40 -0400

Update onionring-variables.js
Diffstat:
Monionring-variables.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/onionring-variables.js b/onionring-variables.js @@ -21,7 +21,7 @@ var ringName = 'Data People Webring'; var ringID = 'data-ring-dot-list'; //should the widget include a link to an index page? -var useIndex = false; +var useIndex = true; //the full URL of the index page. if you're not using one, you don't have to specify anything here var indexPage = 'https://randyau.github.io/datawebring/index.html';