Skip to content

Commit d0a09ea

Browse files
test carousel images
1 parent b20f4a6 commit d0a09ea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_includes/carousel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<ul>
2929
{% for item in page.carousels[number].images %}
3030
<li class="carousel__slide">
31-
<img src="{{ item.image | relative_url }}" alt="{{ item.alt | default: 'carousel image' }}">
31+
<img src="{{ site.baseurl }}{{ item.image }}" alt="{{ item.alt | default: 'carousel image' }}">
3232
</li>
3333
{% endfor %}
3434
</ul>

_posts/newsletters/2025-05-26-newsletter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ This month, we're highlighting the importance and impact of meetups in our commu
3333
<img src="{{ site.baseurl }}/assets/img/newsletter-202505/brooke-cagle--uHVRvDr7pg-unsplash.jpg" alt="Meetups stock photo" style="width: 750px; height: auto;">
3434
</p>
3535

36+
<p><img src="{{ '/assets/img/newsletter-202505/IMG_2725 (1).jpg' | relative_url }}" alt="Test image"></p>
37+
3638
Meetups are a great way to connect with fellow Research Software Engineers, share knowledge, and build relationships. Whether you're interested in discussing best practices, collaborating on projects, or networking and making friends, meetups provide a valuable platform for engagement. Read on to hear about how our members are using meetups to connect with each other and the community at large.
3739

3840
In this issue:

0 commit comments

Comments
 (0)