Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- These are the cards found on a program area page, such as the cards on https://www.hackforla.org/citizen-engagement webpage. -->

{% assign visible_projects = site.projects | where: "program-area", "Citizen Engagement" | where: "visible", "true" %}
{% for item in visible_projects %}
{%- if
Expand Down
2 changes: 1 addition & 1 deletion pages/citizen-engagement.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2>Current Projects</h2>
<!-- Specifically I have added data attributes to the page-card container, and the dropdown arrow.
We use the data attributes in JS to expand and close the cards. -->

{% include citizen-engagement-cards.html %}
{% include program-area-pages-cards.html %}

<div class="page-card card-primary page-card-lg organizations">
<div class="organizations-info">
Expand Down