fix: add tr element for valid markup

Signed-off-by: Jens Oliver Meiert <jens@meiert.com>
This commit is contained in:
Jens Oliver Meiert 2021-06-12 19:50:33 +02:00
parent c10b171a40
commit 8247b2073e

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 %}