
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.
5 lines
208 B
HTML
5 lines
208 B
HTML
<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 }}
|