Skip to content

Commit 1ff19a2

Browse files
authored
Merge pull request #108 from shuds13/main
Update to next talk
2 parents 0bea075 + 93bcd46 commit 1ff19a2

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

_layouts/default.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ <h2 data-aos="fade-up">Elevating community-centered scientific workflow solution
4343
</div>
4444
<div class="col-lg-5 dark-bg order-lg-1 d-flex flex-column justify-content-start text-left caption">
4545
<div class="row" style="border: 3px solid #fff; border-radius: .5em">
46-
<!-- {% assign talks = site.talks | sort: 'order' | reverse %} -->
47-
{% assign talks = site.talks | where: "talk_number", "4" %}
46+
{% assign talks = site.talks | sort: 'order' | reverse %}
4847
{% for talk in talks limit: 1 %}
4948
<div class="col-lg-5" style="padding: 0; background-color: rgba(109, 84, 170, 0.5);">
5049
<a href="/talks"><img src="/images/talks/banner.png" width="100%" style="border-radius: 0.5em;" /></a>

_talks/2025_07_16.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
event_date: July 16, 2025
66
times: 11am-11.30 PST / 2pm-2.30 EST / 20:00-20:30 CEST
77
talk_number: 4
8-
given: false
8+
given: true
99
image: /images/talks/workflowhub-banner.jpg
1010
---
1111

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ <h2>What's Happening in the Community</h2>
2626
<div class="col-lg-3">
2727
<!-- COMMUNITY TALKS -->
2828
<article>
29-
<!-- {% assign talks = site.talks | sort: 'order' | reverse %} -->
30-
{% assign talks = site.talks | where: "talk_number", "4" %}
29+
{% assign talks = site.talks | sort: 'order' | reverse %}
3130
{% for talk in talks limit: 1 %}
3231
<div class="post-img">
3332
<img src="/images/talks/banner.png" alt="" class="img-fluid">

0 commit comments

Comments
 (0)