From 4e31ccb31cdc82577665f77c07a3876713fd4da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 1 Aug 2023 17:35:09 +0200 Subject: [PATCH] Add SIGGRAPH 2023 redirect Add a HTTP redirect for the SIGGRAPH hands-on class. It redirects to https://siggraph.stuvel.eu/ so that I can easily update the website while at SIGGRAPH itself. --- web/project-website/content/siggraph2023/_index.md | 10 ++++++++++ web/project-website/layouts/partials/head/custom.html | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 web/project-website/content/siggraph2023/_index.md diff --git a/web/project-website/content/siggraph2023/_index.md b/web/project-website/content/siggraph2023/_index.md new file mode 100644 index 00000000..8c2592e3 --- /dev/null +++ b/web/project-website/content/siggraph2023/_index.md @@ -0,0 +1,10 @@ +--- +title: SIGGRAPH 2023 +weight: 100 + +geekdocCollapseSection: true +geekdocNav: false +geekdocHidden: true + +redirect: https://siggraph.stuvel.eu/ +--- diff --git a/web/project-website/layouts/partials/head/custom.html b/web/project-website/layouts/partials/head/custom.html index 8d373471..cf50be92 100644 --- a/web/project-website/layouts/partials/head/custom.html +++ b/web/project-website/layouts/partials/head/custom.html @@ -1 +1,4 @@ +{{- with .Page.Params.Redirect }} + +{{- end }}