File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 23
23
{% include ".icons/material/arrow-left.svg" %}
24
24
</ div >
25
25
< div class ="md-footer__title ">
26
- < span class ="md-footer__direction ">
27
- {{ lang.t("footer.previous") }}
28
- </ span >
26
+ {% if "blog" not in config.site_url %}
27
+ < span class ="md-footer__direction ">
28
+ {{ lang.t("footer.previous") }}
29
+ </ span >
30
+ {% endif %}
29
31
< div class ="md-ellipsis ">
30
32
{{ page.previous_page.title }}
31
33
</ div >
42
44
rel ="next "
43
45
>
44
46
< div class ="md-footer__title ">
45
- < span class ="md-footer__direction ">
46
- {{ lang.t("footer.next") }}
47
- </ span >
47
+ {% if "blog" not in config.site_url %}
48
+ < span class ="md-footer__direction ">
49
+ {{ lang.t("footer.next") }}
50
+ </ span >
51
+ {% endif %}
48
52
< div class ="md-ellipsis ">
49
53
{{ page.next_page.title }}
50
54
</ div >
You can’t perform that action at this time.
0 commit comments