Skip to content

Commit

Permalink
Adding time to when
Browse files Browse the repository at this point in the history
suggestion by @navin2uw
we had learners asking when as they missed it at the top of the page
  • Loading branch information
sstevens2 authored Jun 6, 2024
1 parent 5211711 commit cbd4193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ This block displays the date and links to Google Calendar.
{% if page.humandate %}
<p id="when">
<strong>When:</strong>
{{page.humandate}}.
{{page.humandate}}; {{page.humantime}}
{% include workshop_calendar.html %}
</p>
{% endif %}
Expand Down

0 comments on commit cbd4193

Please sign in to comment.