Skip to content

Commit

Permalink
feat: update template to include all
Browse files Browse the repository at this point in the history
  • Loading branch information
jthodge committed Oct 19, 2023
1 parent 4ca0a98 commit 7061ab7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,8 @@ <h2>{{ row.topic }}</h2>
</li>
{% endfor %}
</ul>
{% endfor %} {% endblock %}
{% endfor %}

<p><a href="/all">Browse all {{ til_count }} TILs</a></p>

{% endblock %}

0 comments on commit 7061ab7

Please sign in to comment.