cryogen-bootstrap/themes/bootstrap4/html/includes/post-prev-next.inc
2019-11-23 12:45:04 +01:00

8 lines
No EOL
239 B
HTML

<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>