Updated the Bootstrap theme.
[yaffs-website] / web / themes / contrib / bootstrap / templates / system / pager.html.twig
index e65b599a47d1db9651d5c9ffd2bfb7951c2c0d55..5e5bb287c354a5b7bf3aa2283f1f48bf851e932e 100644 (file)
@@ -39,7 +39,7 @@
       {# Print first item if we are not on the first page. #}
       {% if items.first %}
         <li class="pager__item pager__item--first">
-          <a href="{{ items.first.href }}" title="{{ 'Go to first page'|t }}" rel="prev"{{ items.first.attributes }}>
+          <a href="{{ items.first.href }}" title="{{ 'Go to first page'|t }}" rel="first"{{ items.first.attributes }}>
             <span class="visually-hidden">{{ 'First page'|t }}</span>
             <span aria-hidden="true">{{ items.first.text|default('first'|t) }}</span>
           </a>