Skip to content

Commit 0bf581d

Browse files
committed
feat: community survey 25
Signed-off-by: vsoch <[email protected]>
1 parent 186f0bc commit 0bf581d

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

_layouts/redirect.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url={{ page.redirect_url }}">
6+
<title>Redirecting...</title>
7+
<link rel="canonical" href="{{ page.redirect_url }}">
8+
<script type="text/javascript">
9+
// Fallback redirect for browsers that might not process meta refresh quickly or at all
10+
// .replace() is better than .href as it doesn't create a history entry for this page
11+
window.location.replace("{{ page.redirect_url }}");
12+
</script>
13+
</head>
14+
<body>
15+
<p>If you are not redirected automatically, please follow this <a href="{{ page.redirect_url }}">{{ page.redirect_url }}</a>.</p>
16+
</body>
17+
</html>
18+
19+

pages/community-survey-05.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: redirect
3+
title: "Flux Community Survey 2025"
4+
permalink: /community-survey-2025
5+
redirect_url: https://forms.gle/NU99ix9zRnyA2RiM9
6+
---
7+

0 commit comments

Comments
 (0)