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.
This commit is contained in:
Sybren A. Stüvel 2023-08-01 17:35:09 +02:00
parent b2c49492f1
commit 4e31ccb31c
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
title: SIGGRAPH 2023
weight: 100
geekdocCollapseSection: true
geekdocNav: false
geekdocHidden: true
redirect: https://siggraph.stuvel.eu/
---

View File

@ -1 +1,4 @@
<script defer data-domain="flamenco.blender.org" src="https://analytics.blender.org/js/script.js"></script>
{{- with .Page.Params.Redirect }}
<meta http-equiv="refresh" content="0; url={{.}}" />
{{- end }}