-
- {{ tech-adapt | markdownify }}
-
-
- {% image "assets/img/work-with-us/work-with-us-illo-3.svg" "" %}
-
-
Read short project summaries demonstrating how we’ve helped some of the largest federal agencies.
@@ -133,12 +183,13 @@
Read related case studies
{% for project in projects %}
{% assign project_details = collections.services | where: 'fileSlug', project | first %}
{% assign project_agency = project_details.data.agencies | where: "name", project_details.data.agency | first %}
+ {% assign project_permalink = project_details.data.permalink | url %}
{% include "card-with-image.html",
image_path: project_agency.logo,
image_alt_text: project_agency.name,
image_size: "md",
- link_url: project_details.data.permalink,
+ link_url: project_permalink,
text_content: project_details.data.mini_excerpt
%}