fix: add tr
element for valid markup
Signed-off-by: Jens Oliver Meiert <jens@meiert.com>
This commit is contained in:
parent
c10b171a40
commit
8247b2073e
@ -8,8 +8,10 @@ permalink: /page-list/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber
|
|||||||
---
|
---
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<th>URL</th>
|
<tr>
|
||||||
<th>Page Title</th>
|
<th>URL</th>
|
||||||
|
<th>Page Title</th>
|
||||||
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{%- for entry in entries %}
|
{%- for entry in entries %}
|
||||||
|
Loading…
Reference in New Issue
Block a user