Skip to content

Commit

Permalink
fixed broken HTML tag on talks page
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwesst committed Oct 25, 2022
1 parent 2215d77 commit f626f62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/talk-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<h1>
Talks
</h1>
<section>
<menu class="content-list">
{%- for t in talks -%}
<article>
<a href="/talks/{{t.id}}/">{{ t.title }}<a>
<a href="/talks/{{t.id}}/">{{ t.title }}</a>
</article>
{%- endfor -%}
</section>
</menu>

0 comments on commit f626f62

Please sign in to comment.