f25b39b7ce
https://github.com/ryan-roemer/sphinx-bootstrap-theme Fix some rst related formatting.
8 lines
304 B
HTML
8 lines
304 B
HTML
{%- if prev %}
|
|
<li><a href="{{ prev.link|e }}"
|
|
title="{{ _('previous chapter') }}">{{ "«"|safe }} {{ prev.title }}</a></li>
|
|
{%- endif %}
|
|
{%- if next %}
|
|
<li><a href="{{ next.link|e }}"
|
|
title="{{ _('next chapter') }}">{{ next.title }} {{ "»"|safe }}</a></li>
|
|
{%- endif %}
|