From 6f887c49916e81efe50ac4ea6b7af6e7374afd65 Mon Sep 17 00:00:00 2001 From: Joachim Meyer Date: Wed, 25 Sep 2024 09:47:52 -0600 Subject: [PATCH] Remove details for the 2024 event --- cookiecutter.yaml | 8 ++++---- {{ cookiecutter.repo_directory }}/index.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cookiecutter.yaml b/cookiecutter.yaml index 24a425b..f84f95a 100644 --- a/cookiecutter.yaml +++ b/cookiecutter.yaml @@ -2,10 +2,10 @@ repo_directory: html name: SnowEx Hackweek banner: description: Tutorials + peer-to-peer learning + project based teamwork using NASA's SnowEx data. - start_date: 19 - end_date: 23 Aug - year: 2024 - location: In Person on the University of Washington campus, Seattle, WA + start_date: '' + end_date: '' + year: '' + location: '' image: https://geohackweek.github.io/assets/images/banner.jpg about: description: '' diff --git a/{{ cookiecutter.repo_directory }}/index.html b/{{ cookiecutter.repo_directory }}/index.html index b770164..6f29560 100644 --- a/{{ cookiecutter.repo_directory }}/index.html +++ b/{{ cookiecutter.repo_directory }}/index.html @@ -105,15 +105,15 @@

{{ cookiecutter.name }} {{ cookiecutter.banner.year }}

+ {%- if (cookiecutter.banner.year|length) > 0 %}
- {{ cookiecutter.banner.start_date }} - {{ - cookiecutter.banner.end_date }} + {{ cookiecutter.banner.start_date }} - {{cookiecutter.banner.end_date }} {{ cookiecutter.banner.location }}
-
{{ cookiecutter.banner.description - }} + {%- endif %} +
{{ cookiecutter.banner.description}}
{%- if 'links' in cookiecutter.banner %}