diff --git a/.github/actions/prototype-kit-test/action.yml b/.github/actions/prototype-kit-test/action.yml index f4b95a8b..ec1be4c7 100644 --- a/.github/actions/prototype-kit-test/action.yml +++ b/.github/actions/prototype-kit-test/action.yml @@ -47,6 +47,7 @@ runs: echo -e "{% from \"nationalarchives/components/hero/macro.njk\" import tnaHero %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/index-grid/macro.njk\" import tnaIndexGrid %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/message/macro.njk\" import tnaMessage %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && + echo -e "{% from \"nationalarchives/components/pagination/macro.njk\" import tnaMessage %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/phase-banner/macro.njk\" import tnaPhaseBanner %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/picture/macro.njk\" import tnaPicture %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && echo -e "{% from \"nationalarchives/components/profile/macro.njk\" import tnaProfile %}\n$(cat prototype/app/views/index.html)" > prototype/app/views/index.html && @@ -69,6 +70,7 @@ runs: echo "{{ tnaHero({}) }}" >> prototype/app/views/index.html && echo "{{ tnaIndexGrid({}) }}" >> prototype/app/views/index.html && echo "{{ tnaMessage({}) }}" >> prototype/app/views/index.html && + echo "{{ tnaPagination({}) }}" >> prototype/app/views/index.html && echo "{{ tnaPhaseBanner({}) }}" >> prototype/app/views/index.html && echo "{{ tnaPicture({}) }}" >> prototype/app/views/index.html && echo "{{ tnaProfile({}) }}" >> prototype/app/views/index.html && diff --git a/src/nationalarchives/components/_index.scss b/src/nationalarchives/components/_index.scss index 754ebcef..e1e938a7 100644 --- a/src/nationalarchives/components/_index.scss +++ b/src/nationalarchives/components/_index.scss @@ -10,6 +10,7 @@ @use "hero"; @use "index-grid"; @use "message"; +@use "pagination"; @use "phase-banner"; @use "picture"; @use "profile"; diff --git a/src/nationalarchives/components/footer/template.njk b/src/nationalarchives/components/footer/template.njk index 6ee86ea1..b6888490 100644 --- a/src/nationalarchives/components/footer/template.njk +++ b/src/nationalarchives/components/footer/template.njk @@ -20,7 +20,7 @@ {%- endif -%} {%- if params.social -%} -