Skip to content

Commit

Permalink
fix: docs index
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecesr committed Oct 11, 2024
1 parent 9344d26 commit 2a6de59
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions lessons/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
title: Unit Testing React
---

<h1>Lessons</h1>
<hr>
{% for staff_member in site.staff_members %}
<h2>
<a href="{{ staff_member.url }}">
{{ staff_member.name }} - {{ staff_member.position }}
</a>
</h2>
<p>{{ staff_member.content | markdownify }}</p>
{% endfor %}
<ul>
{% for lesson in site.lessons %}
<li>
<a href="{{ lesson.url }}">{{ lesson.title }}</a> - {{ lesson.description }}
</li>
{% endfor %}
</ul>

0 comments on commit 2a6de59

Please sign in to comment.