diff --git a/_layouts/default.html b/_layouts/default.html index c16cad07..1083b336 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,6 +1,12 @@ + {% if page.redirect -%} + + + {%- endif -%} {{ site.title }} {% if page.title %} - {{ page.title }}{% endif %} diff --git a/_layouts/redirect.html b/_layouts/redirect.html index f5478c9d..279cc5c4 100644 --- a/_layouts/redirect.html +++ b/_layouts/redirect.html @@ -1,9 +1,5 @@ --- layout: page --- - - -If you are not redirected automatically, follow this link. \ No newline at end of file +If you are not redirected automatically, follow this link. \ No newline at end of file diff --git a/pages/survey.md b/pages/survey.md index fe879c59..24ab2217 100644 --- a/pages/survey.md +++ b/pages/survey.md @@ -2,5 +2,5 @@ title: Survey 2025 layout: redirect permalink: /survey/ -target: https://docs.google.com/forms/d/e/1FAIpQLSdd52Au_R-vGpiyDZ_CRl3RrIFTeDmmEWY46fIh2frkwGmXMA/viewform?usp=dialog +redirect: https://docs.google.com/forms/d/e/1FAIpQLSdd52Au_R-vGpiyDZ_CRl3RrIFTeDmmEWY46fIh2frkwGmXMA/viewform?usp=dialog --- \ No newline at end of file