Skip to content

Commit

Permalink
Slightly modify Slack messages
Browse files Browse the repository at this point in the history
Since we've been having a tendency to have webinars late in the month, we've announcing the next month before the current month has happened.  So we don't want to say the "next webinar".
  • Loading branch information
bernhold committed Sep 17, 2024
1 parent 2b6b93f commit 04e09eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/hpcbp-slack.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2>Short version</h2>
{% if page.short-description %}
<p><em>Yes, it looks like there's a lot of vertical white space here. However, when pasted into Slack it will be well formatted. You will probably want to eliminate the website previews before sending.</em></p>
<section style="border: 3px; border-style: solid; padding: 1em;">
<p>The next webinar in the HPC Best Practices series:</p>
<p>The HPC Best Practices webinar for {{ page.startdate | date: "%B" }}:</p>
<br>
<p><strong>{{ page.title }}</strong></p>
<p>will be presented by <strong>{% for person in page.presenters %}{{ person.name }}{% if person.affiliation %} ({{ person.affiliation }}){% endif %}{% unless forloop.last %}, {% endunless %}{% if forloop.rindex0 == 1 %}and {% endif %}{% endfor %}</strong></p>
Expand All @@ -48,7 +48,7 @@ <h2>Short version</h2>
<h2>Full version</h2>
<p><em>Yes, it looks like there's a lot of vertical white space here. However, when pasted into Slack it will be well formatted. You will probably want to eliminate the website previews before sending.</em></p>
<section style="border: 3px; border-style: solid; padding: 1em;">
<p>The next webinar in the HPC Best Practices series:</p>
<p>The HPC Best Practices webinar for {{ page.startdate | date: "%B" }}:</p>
<br>
<p><strong>{{ page.title }}</strong></p>
<p>will be presented by <strong>{% for person in page.presenters %}{{ person.name }}{% if person.affiliation %} ({{ person.affiliation }}){% endif %}{% unless forloop.last %}, {% endunless %}{% if forloop.rindex0 == 1 %}and {% endif %}{% endfor %}</strong></p>
Expand Down

0 comments on commit 04e09eb

Please sign in to comment.