Moved 'excerpt' var below 'title'.
This commit is contained in:
parent
73a1ffd77a
commit
48bb29c1f7
|
@ -151,14 +151,6 @@ following is a reference of the available data.
|
||||||
|
|
||||||
</p></td>
|
</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td><p><code>page.excerpt</code></p></td>
|
|
||||||
<td><p>
|
|
||||||
|
|
||||||
The un-rendered excerpt of the Page.
|
|
||||||
|
|
||||||
</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td><p><code>page.title</code></p></td>
|
<td><p><code>page.title</code></p></td>
|
||||||
<td><p>
|
<td><p>
|
||||||
|
@ -167,6 +159,14 @@ following is a reference of the available data.
|
||||||
|
|
||||||
</p></td>
|
</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><p><code>page.excerpt</code></p></td>
|
||||||
|
<td><p>
|
||||||
|
|
||||||
|
The un-rendered excerpt of the Page.
|
||||||
|
|
||||||
|
</p></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><p><code>page.url</code></p></td>
|
<td><p><code>page.url</code></p></td>
|
||||||
<td><p>
|
<td><p>
|
||||||
|
|
Loading…
Reference in New Issue