Skip to content

Commit

Permalink
link to register
Browse files Browse the repository at this point in the history
  • Loading branch information
maurapintor committed Nov 23, 2023
1 parent 6f63787 commit cca7932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/announcements.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h2>Updates</h2>
{% for n in all_events_sorted limit:7 %}
<li class="no-p-margin">
{% if n.type %}
New event! {{ n.speaker }} is coming to our seminar on {{ n.date | date_to_string: "ordinal", "US" }}!
New event! {{ n.speaker }} is coming to our seminar on {{ n.date | date_to_string: "ordinal", "US" }}! <a href="schedule">Register here!</a>
{% else %}
{{ n.content }}
{% endif %}
Expand Down

0 comments on commit cca7932

Please sign in to comment.