Skip to content

Commit

Permalink
Merge pull request #1219 from jasonrandrews/review
Browse files Browse the repository at this point in the history
Update next steps template.
  • Loading branch information
jasonrandrews authored Sep 4, 2024
2 parents 2387b3d + 19b9ecb commit 06b52f8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2>Continue Learning</h2>
<div class="u-display-grid u-gap-1 sm:u-grid-columns-1 lg:u-grid-columns-2 xl:u-grid-columns-3 u-margin-top-1">
<div id="similar-lp-div" class="content-box">
<h4>Similar Learning Paths</h4>
<p>To learn about topics related to this one.</p>
<p>Learn about related topics:</p>
<ul>
{{$related := (where (.context.Site.Pages.Related (index .learningpathfiles 0) ) "Params.learning_path_main_page" "yes") | first 2 }}
{{range $related}}
Expand All @@ -41,7 +41,7 @@ <h4>Similar Learning Paths</h4>

<div id="further-reading-div" class="content-box">
<h4>Further Reading</h4>
<p>With more information on topics in this learning path.</p>
<p>Find more information about the topics in this Learning Path:</p>
<ul class="fa-ul u-margin-left-0">
{{ range $index, $r := .context.Params.further_reading }}
{{ with $r.resource}}
Expand All @@ -65,7 +65,7 @@ <h4>Further Reading</h4>

<div id="explore-tags-div" class="content-box">
<h4>Explore Tags</h4>
<p>Look at more learning paths under these tags.</p>
<p>Find additional Learning Paths using tags:</p>
<span>
<ads-tag href='{{ "/" | relLangURL}}tag/{{(index .learningpathfiles 0).Params.subjects | urlize}}' style="margin-bottom: 4px;">
<span class="u-flex u-flex-row u-align-items-center u-gap-1/2">
Expand Down

0 comments on commit 06b52f8

Please sign in to comment.