Skip to content

Commit

Permalink
Update banner to link to schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancashman committed Oct 12, 2024
1 parent bffd56b commit 7af4f88
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions _includes/alert.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,11 @@
{{ include.button-text }}
</a>
</div>
{% if include.button-2-url %}
<div style="margin-left: 20px">
<a href="{{ include.button-2-url | relative_url }}" class="button">
{{ include.button-2-text }}
</a>
</div>
{% endif %}
</div>
4 changes: 3 additions & 1 deletion _layouts/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
description=""
title-url="/info/hurricane_updates"
button-text="Read the message"
button-url="/info/hurricane_updates" %}
button-url="/info/hurricane_updates"
button-2-text="View the schedule"
button-2-url="/program/calendar.html" %}


{% include main-banner.html
Expand Down

0 comments on commit 7af4f88

Please sign in to comment.