We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0180de9 commit f0b7582Copy full SHA for f0b7582
_pages/speeches.md
@@ -17,7 +17,7 @@ horizontal: false
17
<a id="{{ category }}" href=".#{{ category }}">
18
<h2 class="category">{{ category }}</h2>
19
</a>
20
- {% assign categorized_projects = site.projects | where: "category", category %}
+ {% assign categorized_projects = site.speeches | where: "category", category %}
21
{% assign sorted_projects = categorized_projects | sort: "importance" %}
22
<!-- Generate cards for each project -->
23
{% if page.horizontal %}
0 commit comments