app/view/* change to font awesome icon names.
This commit is contained in:
parent
023bead0d9
commit
8a18d56b5f
6 changed files with 20 additions and 22 deletions
|
|
@ -16,7 +16,7 @@
|
|||
{% if page.current !== page.before %}
|
||||
<li>
|
||||
<a href="{{ pagination_url ~ page.before }}">
|
||||
{{ icon('android-arrow-back') }} Previous
|
||||
{{ icon('solid/arrow-left') }} Previous
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
{% if page.current !== page.next %}
|
||||
<li>
|
||||
<a href="{{ pagination_url ~ page.next }}">
|
||||
Next {{ icon('android-arrow-forward') }}
|
||||
Next {{ icon('solid/arrow-right') }}
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
|
|
|
|||
Reference in a new issue