We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e401c commit c0f2f11Copy full SHA for c0f2f11
_layouts/post.html
@@ -33,14 +33,14 @@ <h1>{{ page.title }}</h1>
33
{% if page.previous.url %}
34
<span class="prev" >
35
<a href="{{ site.url }}{{ site.baseurl }}{{ page.previous.url }}">
36
- ← 上一篇
+ ← Anterior
37
</a>
38
</span>
39
{% endif %}
40
{% if page.next.url %}
41
<span class="next" >
42
<a href="{{ site.url }}{{ site.baseurl }}{{ page.next.url }}">
43
- 下一篇 →
+ Proximo →
44
45
46
0 commit comments