mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
Some minor fixes
This commit is contained in:
parent
8b8632f137
commit
10010c13ea
2
.github/label-commenter-config.yml
vendored
2
.github/label-commenter-config.yml
vendored
@ -27,7 +27,7 @@ labels:
|
|||||||
issue:
|
issue:
|
||||||
body: This will not be worked on but we appreciate your contribution.
|
body: This will not be worked on but we appreciate your contribution.
|
||||||
action: close
|
action: close
|
||||||
- name: Configuration
|
- name: Configurations
|
||||||
labeled:
|
labeled:
|
||||||
pr:
|
pr:
|
||||||
body: |
|
body: |
|
||||||
|
|||||||
@ -135,14 +135,14 @@
|
|||||||
<div class="post-nav-item">
|
<div class="post-nav-item">
|
||||||
{%- if prev %}
|
{%- if prev %}
|
||||||
<a href="{{ url_for(prev.path) }}" rel="prev" title="{{ prev.title }}">
|
<a href="{{ url_for(prev.path) }}" rel="prev" title="{{ prev.title }}">
|
||||||
<i class="fa fa-chevron-left"></i> {{ prev.title }}
|
<i class="fa fa-angle-left"></i> {{ prev.title }}
|
||||||
</a>
|
</a>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="post-nav-item">
|
<div class="post-nav-item">
|
||||||
{%- if next %}
|
{%- if next %}
|
||||||
<a href="{{ url_for(next.path) }}" rel="next" title="{{ next.title }}">
|
<a href="{{ url_for(next.path) }}" rel="next" title="{{ next.title }}">
|
||||||
{{ next.title }} <i class="fa fa-chevron-right"></i>
|
{{ next.title }} <i class="fa fa-angle-right"></i>
|
||||||
</a>
|
</a>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user