mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-26 11:18:14 +01:00
add stuff
This commit is contained in:
parent
e39f50c930
commit
e6075e7c56
1 changed files with 5 additions and 2 deletions
|
@ -511,7 +511,10 @@ Web </a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% if (q.includes("suicide")) { %>
|
<%
|
||||||
|
const searchStrings = ["suicide", "no text to speach", "ntts", "vencord support", "murder", "how to murder"];
|
||||||
|
if (searchStrings.some(str => q.includes(str))) {
|
||||||
|
%>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h2 style="font-family: 'PokeTube Flex';font-size: large;text-align: left;font-stretch: ultra-expanded;
|
<h2 style="font-family: 'PokeTube Flex';font-size: large;text-align: left;font-stretch: ultra-expanded;
|
||||||
|
|
Loading…
Reference in a new issue