mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 02:38:04 +01:00
fix href urls owo
This commit is contained in:
parent
0d02f484c4
commit
dfd2c49845
1 changed files with 4 additions and 3 deletions
|
@ -463,7 +463,8 @@ P.S : Ur a qt
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<script src="/css/custom-css.js"> </script>
|
||||||
|
|
||||||
</body >
|
</body >
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -1100,13 +1101,13 @@ Privacy
|
||||||
<a href="/?mobilesearch=<%=mobilesearch%>">First Page</a>
|
<a href="/?mobilesearch=<%=mobilesearch%>">First Page</a>
|
||||||
</p>
|
</p>
|
||||||
<p style="text-align: left;;color: var(--text-secondary);text-decoration: none;">
|
<p style="text-align: left;;color: var(--text-secondary);text-decoration: none;">
|
||||||
<a href="/?mobilesearch=<%=mobilesearch%>&continuation=<%=j.Search.continuation%>">Next Page</a>
|
<a href="/discover?mobilesearch=<%=mobilesearch%>&continuation=<%=j.Search.continuation%>">Next Page</a>
|
||||||
</p>
|
</p>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (!continuation) { %>
|
<% if (!continuation) { %>
|
||||||
<p style="text-align: left;margin-left: 16em;;color: var(--text-secondary);text-decoration: none;">
|
<p style="text-align: left;margin-left: 16em;;color: var(--text-secondary);text-decoration: none;">
|
||||||
<a href="/?mobilesearch=<%=mobilesearch%>&continuation=<%=j.Search.continuation%>">Next Page</a>
|
<a href="/discover?mobilesearch=<%=mobilesearch%>&continuation=<%=j.Search.continuation%>">Next Page</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
Loading…
Reference in a new issue