mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 05:11:40 +00:00
Adds Discord redirect, fallback page (#402)
This commit is contained in:
12
11ty/discord/index.njk
Normal file
12
11ty/discord/index.njk
Normal file
@ -0,0 +1,12 @@
|
||||
{% extends 'layouts/base.njk' %}
|
||||
{% set pageType = 'Page' %}
|
||||
{% set titleWithPath = 'Invitations Closed « ' %}
|
||||
{% block content %}
|
||||
<div class="article-content">
|
||||
{% include 'components/sub-page-header.njk' %}
|
||||
<main class="page">
|
||||
<h1>Discord Invitations</h1>
|
||||
<p>Invitations to the Discord server are currently closed. Please keep an eye on our <a href="https://twitter.com/SelfDefinedApp">Twitter account</a> for updates!</p>
|
||||
</main>
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user