💬 change words to english
This commit is contained in:
parent
20494e19ad
commit
2e09b987e0
1 changed files with 2 additions and 2 deletions
|
@ -33,10 +33,10 @@
|
|||
<footer class="list-footer">
|
||||
<nav class="pagination">
|
||||
{{ if $paginator.HasPrev }}
|
||||
<a class="pagination-prev" href="{{ $paginator.Prev.URL }}">← 上一页</a>
|
||||
<a class="pagination-prev" href="{{ $paginator.Prev.URL }}">← Prev Page</a>
|
||||
{{ end }}
|
||||
{{ if $paginator.HasNext }}
|
||||
<a class="pagination-next" href="{{ $paginator.Next.URL }}">下一页 →</a>
|
||||
<a class="pagination-next" href="{{ $paginator.Next.URL }}">Next Page →</a>
|
||||
{{ end }}
|
||||
</nav>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue