Skip to content

Commit

Permalink
Update course.html
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm authored Jan 16, 2025
1 parent f01b674 commit e6a2f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/course.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ <h2>{{ folder | split:"/" | last }}</h2>
<pre>
folder={{ folder | string }}
this_doc_folder={{ this_doc_folder | string }}
equal? {{ folder == this_doc_folder | string }}
equal? {{ folder | strip == this_doc_folder | strip }}
</pre>
{% if this_doc_folder == folder %}
{% if this_doc_folder | strip == folder | strip %}
<li>
<a href="{{ doc.url | relative_url }}">{{ doc.title }}</a>
</li>
Expand Down

0 comments on commit e6a2f4b

Please sign in to comment.