Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 38f19a7

Browse files
committed
#1: Translate Previous/Next content links
1 parent 5ef7b3a commit 38f19a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theme/content.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
<nav>
1717
<ul class="pager hidden-print">
1818
<li class="previous{% if not page.previous_page %} disabled{% endif %}">
19-
<a rel="prev" {% if page.previous_page %}href="{{ page.previous_page.url }}"{% endif %}><i class="fa fa-arrow-left"></i> Previous</a>
19+
<a rel="prev" {% if page.previous_page %}href="{{ page.previous_page.url }}"{% endif %}><i class="fa fa-arrow-left"></i> Anterior</a>
2020
</li>
2121
<li class="next{% if not page.next_page %} disabled {% endif %}">
22-
<a rel="next" {% if page.next_page %}href="{{ page.next_page.url }}"{% endif %}>Next <i class="fa fa-arrow-right"></i></a>
22+
<a rel="next" {% if page.next_page %}href="{{ page.next_page.url }}"{% endif %}>Próxima <i class="fa fa-arrow-right"></i></a>
2323
</li>
2424
</ul>
2525
</nav>

0 commit comments

Comments
 (0)