fix pagination on ukko
This commit is contained in:
parent
c03c8c370e
commit
dbc47f8c65
@ -58,6 +58,18 @@
|
||||
{{/Truncate}}
|
||||
{{/threads}}
|
||||
<hr />
|
||||
<div id="paginator">
|
||||
{{#prev}}
|
||||
<span id="prev">
|
||||
<a href="{{prefix}}o/{{no}}/">previous</a>
|
||||
</span>
|
||||
{{/prev}}
|
||||
{{#next}}
|
||||
<span id="next">
|
||||
<a href="{{prefix}}o/{{no}}/">next</a>
|
||||
</span>
|
||||
{{/next}}
|
||||
</div>
|
||||
<footer>
|
||||
<p class="legal">All posts on this site are the responsibility of the individual poster and not the administration, pursuant to 47 U.S.C. § 230.</p>
|
||||
<p class="legal">To make a DMCA request or report illegal content, please contact the administration</p>
|
||||
|
Reference in New Issue
Block a user