Add focus

This commit is contained in:
Jeremy Thomas
2018-04-09 23:53:34 +01:00
parent e8d4efb274
commit f123eb9562
13 changed files with 310 additions and 247 deletions

View File

@@ -76,6 +76,20 @@ breadcrumb:
{{ content }}
</div>
</div>
<nav class="bd-prev-next-bis">
{% if page.previous.url %}
<a class="bd-prev-next-bis-previous" href="{{ page.previous.url }}">
← {{ page.previous.title }}
</a>
{% endif %}
{% if page.next.url %}
<a class="bd-prev-next-bis-next" href="{{ page.next.url }}">
{{ page.next.title }} →
</a>
{% endif %}
</nav>
</div>
<aside class="bd-side">