Skip to content
Snippets Groups Projects
Commit 3a608495 authored by Martin Leblanc's avatar Martin Leblanc Committed by Kevin Paxman
Browse files

adding the pager template

parent f0448051
No related branches found
No related tags found
1 merge request!47ISTWCMS 4619 m26lebla theme pager
{% if items %}
{% include "@components/pager/pager.twig" with {
'items': items,
} %}
{% endif %}
......@@ -37,6 +37,8 @@ regions:
# Remove unwanted system stylesheets
stylesheets-remove:
- 'core/themes/seven/css/base/elements.css'
- 'core/themes/seven/css/components/pager.css'
- 'core/themes/seven/css/classy/components/pager.css'
# - '@stable/css/system/components/align.module.css'
# - '@stable/css/system/components/fieldgroup.module.css'
# - '@stable/css/system/components/container-inline.module.css'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment