Skip to content

Commit

Permalink
Splash Page - Remove variable banner.title (#7)
Browse files Browse the repository at this point in the history
The banner title can be replaced with the main 'name' variable.
  • Loading branch information
jomey authored Dec 5, 2023
1 parent 66b70bb commit e0eeeb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cookiecutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ hackweek_mission: https://escience.washington.edu/using-data-science/hackweeks
#redirect:
# url: https://icesat-2-2023.hackweek.io
banner:
title: IceSat-2 Hackweek
description: An in person, collaborative learning event.
start_date: Late
end_date: Summer
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.repo_directory }}/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<div class="container">
<div class="hero-text-block">
<h1 class="hero-heading mb-2">
{{ cookiecutter.banner.title }} {{ cookiecutter.banner.year }}
{{ cookiecutter.name }} {{ cookiecutter.banner.year }}
</h1>
<div class="hero-meta mb-3">
<i class="far fa-calendar-alt me-2"></i>
Expand Down

0 comments on commit e0eeeb1

Please sign in to comment.