Skip to content

Commit

Permalink
h3 id="related"
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Oct 8, 2023
1 parent 9664a85 commit ce503ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pages/{topic}/{slug}.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1>{{ til.title }}</h1>

{% set related = related_tils(til) %}
{% if related %}
<h3>Related</h3>
<h3 id="related">Related</h3>
<ul class="related">
{% for til in related %}
<li><span class="topic">{{ til.topic }}</span> <a href="/{{ til.topic }}/{{ til.slug }}">{{ til.title }}</a> - {{ til.created[:10] }}</li>
Expand Down

0 comments on commit ce503ae

Please sign in to comment.