File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
< nav class ="md-footer__inner md-grid " aria-label ="{{ lang.t('footer.title') }} ">
8
8
{% if page.previous_page %}
9
9
{% set direction = lang.t("footer.previous") %}
10
- < a href ="{{ page.previous_page.url | url }} " class ="md-footer__link md-footer__link--prev " aria-label ="{{ direction }}: {{ page.previous_page.title }} " rel ="prev ">
10
+ < a href ="{{ page.previous_page.url | url }} " class ="md-footer__link md-footer__link--prev " aria-label ="{{ direction }}: {{ page.previous_page.title | e }} " rel ="prev ">
11
11
< div class ="md-footer__button md-icon ">
12
12
{% include ".icons/material/arrow-left.svg" %}
13
13
</ div >
23
23
{% endif %}
24
24
{% if page.next_page %}
25
25
{% set direction = lang.t("footer.next") %}
26
- < a href ="{{ page.next_page.url | url }} " class ="md-footer__link md-footer__link--next " aria-label ="{{ direction }}: {{ page.next_page.title }} " rel ="next ">
26
+ < a href ="{{ page.next_page.url | url }} " class ="md-footer__link md-footer__link--next " aria-label ="{{ direction }}: {{ page.next_page.title | e }} " rel ="next ">
27
27
< div class ="md-footer__title ">
28
28
< div class ="md-ellipsis ">
29
29
< span class ="md-footer__direction ">
Original file line number Diff line number Diff line change 38
38
< a
39
39
href ="{{ page.previous_page.url | url }} "
40
40
class ="md-footer__link md-footer__link--prev "
41
- aria-label ="{{ direction }}: {{ page.previous_page.title }} "
41
+ aria-label ="{{ direction }}: {{ page.previous_page.title | e }} "
42
42
rel ="prev "
43
43
>
44
44
< div class ="md-footer__button md-icon ">
61
61
< a
62
62
href ="{{ page.next_page.url | url }} "
63
63
class ="md-footer__link md-footer__link--next "
64
- aria-label ="{{ direction }}: {{ page.next_page.title }} "
64
+ aria-label ="{{ direction }}: {{ page.next_page.title | e }} "
65
65
rel ="next "
66
66
>
67
67
< div class ="md-footer__title ">
You can’t perform that action at this time.
0 commit comments