Skip to content

Commit 7642e28

Browse files
committed
landing: add redirect to support server
Signed-off-by: Luca Zeuch <[email protected]>
1 parent 3299bf8 commit 7642e28

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

content/discord.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
+++
2+
type = "redirect"
3+
target = "https://discord.gg/4udtcA5"
4+
title = "Discord"
5+
+++
6+
7+
<!-- this file intentionally left blank -->

layouts/redirect/single.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{- template "_internal/alias.html" (dict "Permalink" .Params.target) -}}

0 commit comments

Comments
 (0)