-
Notifications
You must be signed in to change notification settings - Fork 1
/
navigation.tpl
27 lines (26 loc) · 1.08 KB
/
navigation.tpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[aviable=main|cat|tags|search|date]
<div class="bottom-nav ignore-select " id="bottom-nav">
<div class="nav-load" id="nav-load">[next-link]Load more[/next-link]</div>
</div>
[/aviable]
[not-aviable=main|cat|tags|search|date]
<div class="navigation main-width mx-auto" [available=lastcomments] style="padding: 4% 8%;"[/available]>
<div class="page_next-prev">
<span class="page_prev" title="Previous page">
[prev-link]
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 18l-6-6 6-6"/>
</svg>
[/prev-link]
</span>
<span class="page_next" title="Next page">
[next-link]
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M9 18l6-6-6-6"/>
</svg>
[/next-link]
</span>
</div>
<div class="pages">{pages}</div>
</div>
[/not-aviable]