moved gamedev webring component to generic webring component
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import Content from "$lib/viewport/content.svelte";
|
||||
import GamedevWebring from "$lib/webrings/gamedev.svelte";
|
||||
import Webring from "$lib/webrings/ring.svelte";
|
||||
import Gallery, { type GalleryEntry } from "$lib/lists/gallery.svelte";
|
||||
import GalleryRow, { type GalleryRowEntry } from "$lib/lists/gallery-row.svelte";
|
||||
|
||||
@@ -81,7 +81,15 @@
|
||||
</div>
|
||||
|
||||
<div class="webring-container">
|
||||
<GamedevWebring />
|
||||
<Webring
|
||||
ringLink="https://www.rainbowcemetery.com/devring"
|
||||
prevLink="https://www.rainbowcemetery.com/devring/prev.php?id=18"
|
||||
nextLink="https://www.rainbowcemetery.com/devring/next.php?id=18"
|
||||
randLink="https://www.rainbowcemetery.com/devring/rand.php?id=18"
|
||||
listLink="https://www.rainbowcemetery.com/devring/list.php?id=18"
|
||||
prevSymbol="<<"
|
||||
nextSymbol=">>"
|
||||
highlightEmoji="👾" />
|
||||
</div>
|
||||
|
||||
<GalleryRow entries={galleryTopRow} />
|
||||
|
||||
Reference in New Issue
Block a user