diff options
Diffstat (limited to 'layouts/list.html')
-rw-r--r-- | layouts/list.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/layouts/list.html b/layouts/list.html deleted file mode 100644 index ce3b64e..0000000 --- a/layouts/list.html +++ /dev/null @@ -1,13 +0,0 @@ -<extend template="main.html"/> -<div id="main"> - <h1 var="$page.title"></h1> - - <p var="$page.content"></p> - - <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> -</div>
\ No newline at end of file |