"> "> ">

To make proper use of the Discord section, please change # to your invitation link at the top of the layout.html file. Note that you can also add your server ip here.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/09b92a7d-6156-40cc-a64d-f0899ed4e471/Untitled.png

<!-- config -->
<script>
    const server_ip = "play.hypixel.net";
    const discord_invite_link = "#";
</script>
<!-- config -->

This will then automatically change the invitation link. Below is a snippet of the code.

<a href="#" class="gdp-discord">
    <div class="gdp-discord-container">
        <p>HAVE A CHAT WITH US</p>
        <h2><img src="/assets/discord.png" />JOIN DISCORD</h2>
    </div>
</a>