Skip to content

Commit 3c8d909

Browse files
committed
fix: path to news images
1 parent eb6e64d commit 3c8d909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/news.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<td>
3030
{% if item.image %}
31-
{% assign full_url = "https://www.evl.uic.edu/output/originals/" | append: item.image %}
31+
{% assign full_url = "/images/" | append: item.image %}
3232
<div style="width: 250px; height:187px;overflow: hidden;">
3333
<a class="news-title zoom" href="{{ item.url | relative_url }}">
3434
<img src="{{ full_url }}" alt="{{ item.title }}" style="width: 100%; height: 100%; object-fit: cover;"
@@ -115,7 +115,7 @@
115115
<td>
116116
{% comment %}
117117
{% if item.image %}
118-
{% assign full_url = "https://www.evl.uic.edu/output/originals/" | append: item.image %}
118+
{% assign full_url = "/images/" | append: item.image %}
119119
<div style="width: 300px; height:200px;overflow: hidden;">
120120
<a class="news-title" href="{{ item.url | relative_url }}">
121121
<img src="{{ full_url }}" alt="{{ item.title }}" style="width: 100%; height: 100%; object-fit: cover;"/>

0 commit comments

Comments
 (0)