Open the blog
This commit is contained in:
15
themes/_includes/components/pagination.html
Normal file
15
themes/_includes/components/pagination.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<div class="pagination">
|
||||
$if(previousPageNum)$
|
||||
<a href="$previousPageUrl$" class="previous">← Vorherige</a>
|
||||
$else$
|
||||
<span> </span>
|
||||
$endif$
|
||||
|
||||
<span class="page_number">Seite $currentPageNum$ von $numPages$</span>
|
||||
|
||||
$if(nextPageNum)$
|
||||
<a href="$nextPageUrl$" class="next">Nächste →</a>
|
||||
$else$
|
||||
<span> </span>
|
||||
$endif$
|
||||
</div>
|
Reference in New Issue
Block a user