inside the rst-footer-buttons

This commit is contained in:
Dave Snider 2013-11-04 15:33:35 -08:00
parent 1adca1bd58
commit a49a9b77a6

View File

@ -4,10 +4,10 @@
{% if next %}
<a href="{{ next.link|e }}" class="btn btn-neutral float-right" title="{{ next.title|striptags|e }}"/>Next <span class="icon icon-circle-arrow-right"></span></a>
{% endif %}
</div>
{% if prev %}
<a href="{{ prev.link|e }}" class="btn btn-neutral" title="{{ prev.title|striptags|e }}"><span class="icon icon-circle-arrow-left"></span> Previous</a>
{% endif %}
</div>
{% endif %}
<hr/>