Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _posts/newsletters/2025-04-28-newsletter.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,8 @@ These opportunities were recently posted to the [RSE Opportunities page](https:/
{% assign today = 'now' | date: "%Y-%m-%d" %}
<ul>
{% for job in site.data.related-jobs %}
{% if job.expires | date: "%Y-%m-%d" >= today %}
{% assign expires_formatted = job.expires | date: "%Y-%m-%d" %}
{% if expires_formatted >= today %}
<li>
<strong><a href="{{ job.url }}" target="_blank" rel="noopener">{{ job.name }}</a></strong><br>
📍 {{ job.location }}<br>
Expand Down
Loading