Skip to content

Commit

Permalink
fix: make ci happy (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser authored Jan 7, 2025
1 parent 308782d commit 6f9dac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions _includes/package-grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ <h3 class="card__title no_toc" itemprop="headline">
<li><a href="{{ apackage.archive }}" rel="permalink"><i class="fas fa-bookmark fa-fw"></i> JOSS Approved</a></li>
{% endif %}
{% if apackage.partners contains "astropy" %}
<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>
{% endif %}
{% if apackage.partners contains "sunpy" %}
<!-- TODO: Create and use sunpy.html here -->
<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>
<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>
{% endif %}
</ul>
<hr>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-10-28-human-dimension-data-science.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This post was originally posted on [Eric's blog](https://ericmjl.github.io/blog/
<figure class="align-center">
<picture>
<source srcset="/images/blog/2024/eric-ma-blog-post-header.webp" type="image/webp">
<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." />
<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." />
</picture>
</figure>

Expand Down

0 comments on commit 6f9dac7

Please sign in to comment.