File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 {{ #if first_title }}
77 <a class =" page-link page-text" href =" {{ first_link }} " tabindex =" -1" aria-disabled =" true" >{{ first_title }} </a >
88 {{ else }}
9- <a class =" page-link" href =" {{ first_link }} " tabindex =" -1" aria-disabled =" true" >{{ icon_img ' chevrons-left' }} </a >
9+ <a class =" page-link" href =" {{ first_link }} " tabindex =" -1" aria-disabled =" true" >{{ icon_img ' chevrons-left' 19 }} </a >
1010 {{ /if }}
1111 </li >
1212 {{ /if }}
1515 {{ #if previous_title }}
1616 <a class =" page-link page-text" href =" {{ previous_link }} " tabindex =" -1" aria-disabled =" true" >{{ previous_title }} </a >
1717 {{ else }}
18- <a class =" page-link " href =" {{ previous_link }} " tabindex =" -1" aria-disabled =" true" >{{ icon_img ' chevron-left' }} </a >
18+ <a class =" page-link " href =" {{ previous_link }} " tabindex =" -1" aria-disabled =" true" >{{ icon_img ' chevron-left' 19 }} </a >
1919 {{ /if }}
2020 </li >
2121 {{ /if }}
3333 {{ #if next_title }}
3434 <a class =" page-link page-text" href =" {{ next_link }} " tabindex =" -1" aria-disabled =" true" >{{ next_title }} </a >
3535 {{ else }}
36- <a class =" page-link" href =" {{ next_link }} " tabindex =" -1" aria-disabled =" true" >{{ icon_img ' chevron-right' }} </a >
36+ <a class =" page-link" href =" {{ next_link }} " tabindex =" -1" aria-disabled =" true" >{{ icon_img ' chevron-right' 19 }} </a >
3737 {{ /if }}
3838 </li >
3939 {{ /if }}
4242 {{ #if last_title }}
4343 <a class =" page-link page-text" href =" {{ last_link }} " tabindex =" -1" aria-disabled =" true" >{{ last_title }} </a >
4444 {{ else }}
45- <a class =" page-link" href =" {{ last_link }} " tabindex =" -1" aria-disabled =" true" >{{ icon_img ' chevrons-right' }} </a >
45+ <a class =" page-link" href =" {{ last_link }} " tabindex =" -1" aria-disabled =" true" >{{ icon_img ' chevrons-right' 19 }} </a >
4646 {{ /if }}
4747 </li >
4848 {{ /if }}
You can’t perform that action at this time.
0 commit comments