cryogen-bootstrap/themes/bootstrap4/html/includes/post-prev-next.inc

8 lines
239 B
PHP
Raw Normal View History

2019-11-23 11:45:04 +00:00
<div id="prev-next">
{% if post.prev-uri %}
<a class="left" href="{{post.prev-uri}}">&laquo; Vor</a>
{% endif %}
{% if post.next-uri %}
<a class="right" href="{{post.next-uri}}">Weiter &raquo;</a>
{% endif %}
</div>