Skip to content

Commit

Permalink
Make data available
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Mar 12, 2024
1 parent 5c53f3d commit f626506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<body>
{% include header.html %}
{% assign confs = site.data.conferences | concat: site.data.archive | where:"conference",page.conference | sort: "year" | reverse %}
{% assign confs = site.data.conferences | concat: site.data.archive | concat: site.data.legacy | where:"conference",page.conference | sort: "year" | reverse %}
<div class="container">
<div class="page-header" id="conf-title">
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion _pages/series.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>
</div>
<div id="confs">
<div id="past_confs">
{% assign confs = site.data.conferences | concat: site.data.archive | group_by: "conference" | sort: "name" %}
{% assign confs = site.data.conferences | concat: site.data.archive | concat: site.data.legacy | group_by: "conference" | sort: "name" %}
{% assign this_time = "now" | date: "%s" %}
{% for conf in confs %}
{% if conf.items.size > 1 %}
Expand Down

0 comments on commit f626506

Please sign in to comment.