|
6 | 6 | {{#if first_title}} |
7 | 7 | <a class="page-link page-text" href="{{first_link}}" tabindex="-1" aria-disabled="true">{{first_title}}</a> |
8 | 8 | {{else}} |
9 | | - <a class="page-link" href="{{first_link}}" tabindex="-1" aria-disabled="true"> |
10 | | - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" |
11 | | - viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" |
12 | | - stroke-linecap="round" stroke-linejoin="round" class="icon icon-1"> |
13 | | - <path d="M11 7l-5 5l5 5" /> |
14 | | - <path d="M17 7l-5 5l5 5" /> |
15 | | - </svg> |
16 | | - </a> |
| 9 | + <a class="page-link" href="{{first_link}}" tabindex="-1" aria-disabled="true">{{icon_img 'chevrons-left'}}</a> |
17 | 10 | {{/if}} |
18 | 11 | </li> |
19 | 12 | {{/if}} |
|
22 | 15 | {{#if previous_title}} |
23 | 16 | <a class="page-link page-text" href="{{previous_link}}" tabindex="-1" aria-disabled="true">{{previous_title}}</a> |
24 | 17 | {{else}} |
25 | | - <a class="page-link" href="{{previous_link}}" tabindex="-1" aria-disabled="true"> |
26 | | - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" |
27 | | - viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" |
28 | | - stroke-linecap="round" stroke-linejoin="round" class="icon icon-1"> |
29 | | - <path d="M15 6l-6 6l6 6" /> |
30 | | - </svg> |
31 | | - </a> |
| 18 | + <a class="page-link " href="{{previous_link}}" tabindex="-1" aria-disabled="true">{{icon_img 'chevron-left'}}</a> |
32 | 19 | {{/if}} |
33 | 20 | </li> |
34 | 21 | {{/if}} |
|
46 | 33 | {{#if next_title}} |
47 | 34 | <a class="page-link page-text" href="{{next_link}}" tabindex="-1" aria-disabled="true">{{next_title}}</a> |
48 | 35 | {{else}} |
49 | | - <a class="page-link" href="{{next_link}}" tabindex="-1" aria-disabled="true"> |
50 | | - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" |
51 | | - viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" |
52 | | - stroke-linecap="round" stroke-linejoin="round" class="icon icon-1"> |
53 | | - <path d="M9 6l6 6l-6 6" /> |
54 | | - </a> |
| 36 | + <a class="page-link" href="{{next_link}}" tabindex="-1" aria-disabled="true">{{icon_img 'chevron-right'}}</a> |
55 | 37 | {{/if}} |
56 | 38 | </li> |
57 | 39 | {{/if}} |
|
60 | 42 | {{#if last_title}} |
61 | 43 | <a class="page-link page-text" href="{{last_link}}" tabindex="-1" aria-disabled="true">{{last_title}}</a> |
62 | 44 | {{else}} |
63 | | - <a class="page-link" href="{{last_link}}" tabindex="-1" aria-disabled="true"> |
64 | | - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" |
65 | | - viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" |
66 | | - stroke-linecap="round" stroke-linejoin="round" class="icon icon-1"> |
67 | | - <path d="M7 7l5 5l-5 5" /> |
68 | | - <path d="M13 7l5 5l-5 5" /> |
69 | | - </svg> |
70 | | - </a> |
| 45 | + <a class="page-link" href="{{last_link}}" tabindex="-1" aria-disabled="true">{{icon_img 'chevrons-right'}}</a> |
71 | 46 | {{/if}} |
72 | 47 | </li> |
73 | 48 | {{/if}} |
|
0 commit comments