Switch talk pager items
This commit is contained in:
parent
c873cf2321
commit
1a241e8b49
2 changed files with 18 additions and 18 deletions
|
@ -13,22 +13,5 @@
|
|||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
||||
<div class="talk-pager is-flex">
|
||||
{% if page.next_talk %}
|
||||
<div class="is-half">
|
||||
<a href="{{ page.next_talk.url }}">
|
||||
« {{ page.next_talk.title }}
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if page.previous_talk %}
|
||||
<div class="is-half text-right">
|
||||
<a href="{{ page.previous_talk.url }}" class="is-half text-right">
|
||||
{{ page.previous_talk.title }} »
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% include 'talk/pager' %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue