Skip to content

Commit 6f9dac7

Browse files
authored
fix: make ci happy (#547)
1 parent 308782d commit 6f9dac7

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

_includes/package-grid.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,7 @@ <h3 class="card__title no_toc" itemprop="headline">
4646
<li><a href="{{ apackage.archive }}" rel="permalink"><i class="fas fa-bookmark fa-fw"></i> JOSS Approved</a></li>
4747
{% endif %}
4848
{% if apackage.partners contains "astropy" %}
49-
<li><a href="communities/astropy.html"><i class="fa-solid fa-check-double"></i> <img src="http://img.shields.io/badge/Affiliated-Astropy-orange.svg?style=flat" alt="Astropy" /></a></li>
50-
{% endif %}
51-
{% if apackage.partners contains "sunpy" %}
52-
<!-- TODO: Create and use sunpy.html here -->
53-
<li><a href="communities/astropy.html"><i class="fa-solid fa-check-double"></i> <img src="http://img.shields.io/badge/Affiliated-SunPy-yellow.svg?style=flat" alt="SunPy" /></a></li>
49+
<li><a href="communities/astropy.html"><i class="fa-solid fa-check-double"></i> <img src="https://img.shields.io/badge/Affiliated-Astropy-orange.svg?style=flat" alt="Astropy" /></a></li>
5450
{% endif %}
5551
</ul>
5652
<hr>

_posts/2024-10-28-human-dimension-data-science.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This post was originally posted on [Eric's blog](https://ericmjl.github.io/blog/
2121
<figure class="align-center">
2222
<picture>
2323
<source srcset="/images/blog/2024/eric-ma-blog-post-header.webp" type="image/webp">
24-
<img src="/images/blog/2024/eric-ma-blog-post-header.jpg" alt="An illustration of a diverse group of people collaboratively analyzing and discussing code displayed on a large transparent screen, surrounded by books, plants, and abstract symbols, set against a vibrant gradient background." />
24+
<img src="/images/blog/2024/eric-ma-blog-post-header.png" alt="An illustration of a diverse group of people collaboratively analyzing and discussing code displayed on a large transparent screen, surrounded by books, plants, and abstract symbols, set against a vibrant gradient background." />
2525
</picture>
2626
</figure>
2727

0 commit comments

Comments
 (0)