Skip to content

Commit

Permalink
Merge pull request #30 from maykinmedia/issue/kanalen-page-incorrect-…
Browse files Browse the repository at this point in the history
…anchors

🐛 Fix incorrect kanaal name anchors on kanalen page
  • Loading branch information
stevenbal authored Feb 7, 2025
2 parents 9e110bb + fda5af3 commit e848b1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1 class="display-4">Kanalen</h1>
</p>

{% for kanaal in kanalen %}
<a name="#{{ kanaal.label }}"></a>
<a name="{{ kanaal.label }}"></a>
<h2>{{ kanaal.label|title }}</h2>

<p><strong>Kanaal</strong></p>
Expand Down

0 comments on commit e848b1f

Please sign in to comment.