diff options
Diffstat (limited to 'templates/partials')
-rw-r--r-- | templates/partials/list.html.twig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/partials/list.html.twig b/templates/partials/list.html.twig deleted file mode 100644 index eb2f485..0000000 --- a/templates/partials/list.html.twig +++ /dev/null @@ -1,9 +0,0 @@ -<ul> - {% for current_page in page.children %} - <li> - <a href="{{ current_page.url|e }}"> - {{ current_page.title|e }} - </a> - </li> - {% endfor %} -</ul> |