diff --git a/cookiecutter.yaml b/cookiecutter.yaml index 0b94007..f8d48f1 100644 --- a/cookiecutter.yaml +++ b/cookiecutter.yaml @@ -2,8 +2,11 @@ repo_directory: html name: ICESat-2 Hackweek about: description: "" - learn_more: https://event.hackweek.io/ +# learn_more: https://event.hackweek.io/ links: + - url: https://icesat-2-2024.hackweek.io/ + title: 2024 Hackweek + new_window: true - url: https://icesat-2-2023.hackweek.io/ title: 2023 Hackweek new_window: true diff --git a/{{ cookiecutter.repo_directory }}/index.html b/{{ cookiecutter.repo_directory }}/index.html index e14fad5..5bb42d0 100644 --- a/{{ cookiecutter.repo_directory }}/index.html +++ b/{{ cookiecutter.repo_directory }}/index.html @@ -143,6 +143,7 @@

{{ cookiecutter.about.description }}
+ {%- if 'learn_more' in cookiecutter.about %}
+ {%- endif %} {%- if 'links' in cookiecutter.about %}