summaryrefslogtreecommitdiff
path: root/templates/partials
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-11-11 12:05:32 -0500
committersowgro <tpoke.ferrari@gmail.com>2024-11-11 12:05:32 -0500
commitb5504afc21e0c67ee85a5ebadd772e8bd0272897 (patch)
tree3ccddd43a7bdc21ce7948b51fe0f8e7e174283fa /templates/partials
parent47a552230db8828cafc8c97e4b7744063736e58f (diff)
downloadgrav-sowtheme-b5504afc21e0c67ee85a5ebadd772e8bd0272897.tar.gz
grav-sowtheme-b5504afc21e0c67ee85a5ebadd772e8bd0272897.tar.bz2
grav-sowtheme-b5504afc21e0c67ee85a5ebadd772e8bd0272897.zip
Create grid layout
Diffstat (limited to 'templates/partials')
-rw-r--r--templates/partials/list.html.twig9
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>