Skip to content

Commit c34cf50

Browse files
committed
INFRA: fix cards to only display image if one exists
1 parent cea4839 commit c34cf50

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

_includes/archive-cards.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<!-- -->
33
<div class="feature__item">
44
<a href="{{ post.url}}">
5+
{% if post.feature_img %}
56
<img src="{{ post.feature_img }}" alt="{{ post.feature_alt }}">
7+
{% endif %}
68
<div class="card">
79

810
<div class="archive__item">
@@ -16,5 +18,4 @@ <h3 class="card-title">{{ post.title | markdownify | strip_html | truncate: 60 }
1618
</a>
1719
</div>
1820
</div>
19-
<!-- -->
2021

_posts/2022-09-27-call-for-python-software-review-editors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ comments: true
1818
## An update on pyOpenSci's review process
1919

2020
Hey there! I just wanted to update everyone about where pyOpenSci is with
21-
its peer review process. We are currently hard at work updating [our guides](https://www.pyopensci.org/peer-review-guide/intro.html) to
21+
its peer review process. We are currently hard at work updating [our peer review guides](https://www.pyopensci.org/peer-review-guide/) to
2222
streamline the peer review process. For the next 2 months (October & November 2022)
2323
we will prioritize setting up an editorial board to support new reviews as they
2424
come in.

_posts/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)