Skip to content

Commit

Permalink
add link
Browse files Browse the repository at this point in the history
  • Loading branch information
shiltemann committed Jul 13, 2023
1 parent c3f7a9f commit 0d78c8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _includes/pathway-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


<div class="pathwayitem col-md-4">
<a href="{{site.baseurl}}{{path.url}}">
<div class="card d-flex">
<div class="d-flex align-items-center" style="height:200px;">
{% if path.cover-image %}
Expand All @@ -25,6 +26,7 @@ <h5 class="card-title">{{path.title}}</h5>
{% endfor %}
</div>
</div>
</a>
</div>


0 comments on commit 0d78c8e

Please sign in to comment.