diff --git a/events.html b/events.html index ae30577ed..9c6cfea6a 100644 --- a/events.html +++ b/events.html @@ -14,7 +14,7 @@

Events

{% for event in future_events %} -
+
{% include /cards/event-card.html news=event card_image=event.header_image height='150' %}
@@ -26,7 +26,7 @@

Past Events

{% for event in past_events %} -
+
{% include /cards/event-card.html news=event card_image=event.header_image height='150' %}
diff --git a/news.html b/news.html index 5f89e2b96..494e49f6c 100644 --- a/news.html +++ b/news.html @@ -12,7 +12,7 @@

OSG News

{% include /get/news.liquid %} {% for news in news %} -
+
{% include /cards/spotlight-card.html article=news %}
{% endfor %} diff --git a/spotlight.html b/spotlight.html index d5468f92a..83a1c73a2 100644 --- a/spotlight.html +++ b/spotlight.html @@ -12,7 +12,7 @@

Spotlight Articles

{% include get/spotlights.liquid %} {% for article in spotlights %} -
+
{% include /cards/spotlight-card.html %}
{% endfor %}