Skip to content

Commit f0b7582

Browse files
committed
Trying to fix speeches page
1 parent 0180de9 commit f0b7582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/speeches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ horizontal: false
1717
<a id="{{ category }}" href=".#{{ category }}">
1818
<h2 class="category">{{ category }}</h2>
1919
</a>
20-
{% assign categorized_projects = site.projects | where: "category", category %}
20+
{% assign categorized_projects = site.speeches | where: "category", category %}
2121
{% assign sorted_projects = categorized_projects | sort: "importance" %}
2222
<!-- Generate cards for each project -->
2323
{% if page.horizontal %}

0 commit comments

Comments
 (0)