Merge pull request #102 from j9t/master
This commit is contained in:
commit
f3d8fd87eb
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue