Skip to content

Commit 38a03d6

Browse files
committed
add member to html energy webring
1 parent 37a9fb4 commit 38a03d6

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

src/routes/(oldschool)/html-energy-webring/+page.svelte

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
'https://croakego.neocities.org/',
2020
'https://www.starcrush.net/pages/main',
2121
'https://brisray.com/utils/webrings.htm',
22-
'https://lile5ko.me'
22+
'https://lile5ko.me',
23+
'https://rayyan.nekoweb.org/'
2324
];
2425
2526
const indexDomain = 'https://www.gabriel-export.earth';
@@ -102,7 +103,7 @@
102103
<h2>Members</h2>
103104

104105
<ul class="members-list">
105-
{#each buildMembersList() as member}
106+
{#each buildMembersList() as member (member.domain)}
106107
<li class="member-item">
107108
{#if member.sites.length === 1}
108109
<a href={member.sites[0]} target="_blank">{member.domain}</a>
@@ -114,7 +115,7 @@
114115
</span>
115116
</summary>
116117
<ul>
117-
{#each member.sites as site}
118+
{#each member.sites as site (site)}
118119
<li><a href={site} target="_blank">{site}</a></li>
119120
{/each}
120121
</ul>

static/html-energy-webring/onionring/variables.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ var sites = [
2626
'https://croakego.neocities.org/',
2727
'https://www.starcrush.net/pages/main',
2828
'https://brisray.com/utils/webrings.htm',
29-
'https://lile5ko.me'
29+
'https://lile5ko.me',
30+
'https://rayyan.nekoweb.org/'
3031
];
3132

3233
//the name of the ring

0 commit comments

Comments
 (0)