Some minor fixes

This commit is contained in:
Mimi 2023-07-26 14:43:51 +08:00
parent 8b8632f137
commit 10010c13ea
2 changed files with 3 additions and 3 deletions

View File

@ -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: |

View File

@ -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>