Skip to content

Commit a4cf475

Browse files
authored
Added links each program area title to their respective subpages (#8664)
Thx @egcuriel and the reviewers! The pull request was done with the correct branch. There's a linked issue. I read/understood it. Your edits in the Files Changed tab looks good. I checked the page locally in Docker. The links work.
1 parent cd44830 commit a4cf475

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pages/program-areas.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ <h1 class="title1">Program Areas</h1>
2323
<img class="page-card-image" src="{{ program_areas.image }}" alt="">
2424
</div>
2525
<div class="page-card-content">
26-
<h2 class="title4">{{program_areas.name}}</h2>
26+
<h2 class="title4">
27+
<a href="{{program_areas.slug}}">{{program_areas.name}}</a>
28+
</h2>
2729
<p>{{program_areas.description}}</p>
2830
<p>
2931
<strong>SDGs: </strong>

0 commit comments

Comments
 (0)