Use arrows
This commit is contained in:
@@ -14,15 +14,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul style="margin-top:0;">
|
<ul style="margin-top:0;">
|
||||||
{% if page.previous %}
|
{% if page.previous %}
|
||||||
<li><a href="{{ page.previous }}.html" rel="prev"> « </a></li>
|
<li><a href="{{ page.previous }}.html" rel="prev"> ← </a></li>
|
||||||
{% else %}
|
{% else %}
|
||||||
<li><span class="noanchor"> « </span></li>
|
<li><span class="noanchor"> ← </span></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if page.next %}
|
{% if page.next %}
|
||||||
<li><a href="{{ page.next }}.html" rel="next"> » </a></li>
|
<li><a href="{{ page.next }}.html" rel="next"> → </a></li>
|
||||||
{% else %}
|
{% else %}
|
||||||
<li><span class="noanchor"> » </span></li>
|
<li><span class="noanchor"> → </span></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
<h1>
|
<h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user