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 }}