fix: add `tr` element for valid markup

Signed-off-by: Jens Oliver Meiert <jens@meiert.com>
master
Jens Oliver Meiert 2021-06-12 19:50:33 +02:00
parent c10b171a40
commit 8247b2073e
1 changed files with 4 additions and 2 deletions

View File

@ -8,8 +8,10 @@ permalink: /page-list/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber
---
<table>
<thead>
<th>URL</th>
<th>Page Title</th>
<tr>
<th>URL</th>
<th>Page Title</th>
</tr>
</thead>
<tbody>
{%- for entry in entries %}