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:
|
||||
body: This will not be worked on but we appreciate your contribution.
|
||||
action: close
|
||||
- name: Configuration
|
||||
- name: Configurations
|
||||
labeled:
|
||||
pr:
|
||||
body: |
|
||||
|
||||
@ -135,14 +135,14 @@
|
||||
<div class="post-nav-item">
|
||||
{%- if prev %}
|
||||
<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>
|
||||
{%- endif %}
|
||||
</div>
|
||||
<div class="post-nav-item">
|
||||
{%- if next %}
|
||||
<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>
|
||||
{%- endif %}
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user