Skip to content

Commit

Permalink
Merge pull request #2234 from 18F/card-navigation
Browse files Browse the repository at this point in the history
Add baseurl to project cards
  • Loading branch information
gemfarmer authored Jan 24, 2017
2 parents fdbc40e + 6937887 commit 9c136cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% endif %}

<article class="card {{ wds_grid_class }}">
<div class="card-link" onclick='window.location = "{{ include.link }}";' tabindex="-1">
<div class="card-link" onclick='window.location = "{{ card_link }}";' tabindex="-1">
<div role="img"
title="{{ include.image_alt }}"
class="card-image-bg"
Expand Down

0 comments on commit 9c136cc

Please sign in to comment.