diff --git a/cookiecutter.yaml b/cookiecutter.yaml index ecba731..9ebfb13 100644 --- a/cookiecutter.yaml +++ b/cookiecutter.yaml @@ -29,6 +29,9 @@ about: new_window: True applicant_info: UW Hackweek 2023 will take place in October 2023 (virtual or in-person TBD). Applications have not yet opened, but should be anticipated in September 2023. +# Redirect the site to a different domain. +#redirect: +# url: https://go.somehwere.else team: !include team.yaml schedule: diff --git a/{{ cookiecutter.repo_directory }}/index.html b/{{ cookiecutter.repo_directory }}/index.html index c835b71..a10c98e 100644 --- a/{{ cookiecutter.repo_directory }}/index.html +++ b/{{ cookiecutter.repo_directory }}/index.html @@ -4,6 +4,12 @@ {{ cookiecutter.name }} + {%- if 'redirect' in cookiecutter %} + + + {% endif %}