From 98d40f729a2f40cd7b48e184ba592f3d31d8aac2 Mon Sep 17 00:00:00 2001 From: Jules Date: Thu, 7 Mar 2024 21:41:12 -0800 Subject: [PATCH] #61 adds pagination to /style-guide --- views/templates/pages/page-style-guide.twig | 1 + 1 file changed, 1 insertion(+) diff --git a/views/templates/pages/page-style-guide.twig b/views/templates/pages/page-style-guide.twig index 6ea46b36c..799a5ec9f 100644 --- a/views/templates/pages/page-style-guide.twig +++ b/views/templates/pages/page-style-guide.twig @@ -134,6 +134,7 @@
{% endfor %} +{# @todo think about where pagination should live, move it, update nav#}
{% include "molecules/pagination/pagination.twig" %}