Skip to content

Commit

Permalink
fix: add tr element for valid markup
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Oliver Meiert <[email protected]>
  • Loading branch information
j9t committed Jun 12, 2021
1 parent c10b171 commit 8247b20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions page-list.njk
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 8247b20

Please sign in to comment.