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