aboutsummaryrefslogtreecommitdiff
path: root/layouts/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/list.html')
-rw-r--r--layouts/list.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/list.html b/layouts/list.html
index f0329d5..ce3b64e 100644
--- a/layouts/list.html
+++ b/layouts/list.html
@@ -4,9 +4,9 @@
<p var="$page.content"></p>
- <ul>
- <li loop="$site.pages()">
- <span class="date" var="$loop.it.date.format('02-Jan-2006')"></span>
+ <ul loop="$page.subpages()">
+ <li>
+ <span class="date" var="$loop.it.date.format('2006/01/02')"></span>
<a href="$loop.it.permalink()" var="$loop.it.title"></a>
</li>
</ul>