From 30396267e38ce3457e2ea94daf18e6bed8bec5a9 Mon Sep 17 00:00:00 2001 From: Pedro Date: Fri, 24 May 2024 07:53:03 -0300 Subject: [PATCH] Fixed Discord redirect not working --- _layouts/redirect.html | 5 +++-- discord.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_layouts/redirect.html b/_layouts/redirect.html index 145c134..d1af534 100644 --- a/_layouts/redirect.html +++ b/_layouts/redirect.html @@ -1,9 +1,10 @@ {%- if page.title -%}{{ page.title }}{%- else -%}Kyanite Mods{%- endif -%} - + +

Redirecting...

+

If you are not redirected automatically, click here.

\ No newline at end of file diff --git a/discord.html b/discord.html index 1541377..f658b05 100644 --- a/discord.html +++ b/discord.html @@ -1,5 +1,5 @@ --- layout: redirect title: Kyanite Mods – Discord -url: https://discord.gg/GDNRd5yvxa +redirect: https://discord.gg/GDNRd5yvxa --- \ No newline at end of file