Skip to content
Merged
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
3 changes: 2 additions & 1 deletion _includes/citizen-engagement-cards.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<img class="card-image" src="{{ item.card-image-src }}" alt="{{ item.card-image-alt }}"/>
<div class="mobile-card-info-container">
<div class="mobile-card-nav">
<h3>{{ item.title }}</h3>
{% assign project_relative_path = item.slug | prepend: "../projects/" %}
<h3><a class="project-card-mini-title" href="{{ project_relative_path }}">{{ item.title }}</a></h3>
<input class="dropdown-arrow" data-dropdown-arrow type="image" src="/assets/images/citizen-engagement/arrow-button-icon.svg" alt="dropdown-arrow">
</div>
<div class="project-dropdown">
Expand Down