diff --git a/src/layouts/ModPage.astro b/src/layouts/ModPage.astro index 2af08c4..2b1de6a 100644 --- a/src/layouts/ModPage.astro +++ b/src/layouts/ModPage.astro @@ -7,7 +7,7 @@ const { frontmatter } = Astro.props; const authorGithubLink = frontmatter.mod.repo.split("/")[0]; --- - +

diff --git a/src/pages/index.astro b/src/pages/index.astro index e7d2d20..d881ab5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -76,7 +76,7 @@ import json from '../database.json';
- + <Title title="Creating Mods" /> <div class="w-100 justify-content-center d-flex"> <div class="w-md-50"> @@ -86,14 +86,17 @@ import json from '../database.json'; </div> <div class="ms-4"> - <p>All the mods available on the site are made possible thanks to the <a href="https://github.com/Hacktix/Winch">Winch mod loader</a> + <p>All the mods available on the site are made possible thanks to the <a href="https://github.com/DREDGE-Mods/Winch">Winch mod loader</a> by <a href="https://github.com/Hacktix">Hacktix</a>.</p> - <p>If you're interested in creating mods yourself, check out the <a href=https://github.com/Hacktix/Winch/wiki>documentation</a> - or try picking apart the <a href="https://github.com/Hacktix/Winch/tree/master/Winch.Examples">example mods</a>.</p> + <p> + If you're interested in creating mods yourself, use the Then use the <a href="https://github.com/DREDGE-Mods/WinchModTemplate">Winch Mod Template</a> on GitHub. + You can then read the Winch <a href=https://github.com/Hacktix/Winch/wiki>documentation</a> + or try picking apart the <a href="https://github.com/DREDGE-Mods/Winch/tree/master/Winch.Examples">example mods</a>. + </p> <p>If you have already created a mod and want to add it to the database, click - <a href="https://github.com/xen-42/DredgeModDatabase/issues/new?assignees=&labels=add-new-mod&projects=&template=add-new-mod.yml&title=%5BYour+mod+name+here%5D"> + <a href="https://github.com/DREDGE-Mods/DredgeModDatabase/issues/new?assignees=&labels=add-new-mod&projects=&template=add-new-mod.yml&title=%5BYour+mod+name+here%5D"> here</a>. </p> </div>