Skip to content

Commit

Permalink
adjust default image for blogs (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbain authored Jan 7, 2025
1 parent 8d3e8e3 commit 0250b10
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/blog-carousel.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2>
{% if blog.image %}
<img src="{{ site.baseurl }}{{ blog.image }}" alt="{{ blog.title }}" />
{% else %}
<img src="{{ site.baseurl }}/assets/images/blogs/Default_Press_Image.webp"
<img src="{{ site.baseurl }}/assets/images/blogs/headers/Default_Press_Image.webp"
alt="{{ blog.title }}" />
{% endif %}
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/blog-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% if blog.image %}
<img src="{{ site.baseurl }}{{ blog.image }}" alt="{{ blog.title }}" />
{% else %}
<img src="{{ site.baseurl }}/assets/images/blogs/Default_Press_Image.webp" alt="{{ blog.title }}" />
<img src="{{ site.baseurl }}/assets/images/blogs/headers/Default_Press_Image.webp" alt="{{ blog.title }}" />
{% endif %}
</div>
</div>
Expand Down
Binary file removed assets/images/blogs/Default_Press_Image.webp
Binary file not shown.
Binary file not shown.

0 comments on commit 0250b10

Please sign in to comment.