mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:08:34 +01:00
test 2
This commit is contained in:
parent
77be7688e5
commit
a2fd10382b
1 changed files with 2 additions and 8 deletions
|
@ -854,12 +854,6 @@ if (q.includes('-debug-news')) {
|
||||||
<li class="tips-item"><strong>Look at the publication date:</strong> Make sure it's current and not out of context.</li>
|
<li class="tips-item"><strong>Look at the publication date:</strong> Make sure it's current and not out of context.</li>
|
||||||
<li class="tips-item"><strong>Check for links and citations:</strong> Good articles usually back up their claims with evidence.</li>
|
<li class="tips-item"><strong>Check for links and citations:</strong> Good articles usually back up their claims with evidence.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p class="warning-info">
|
|
||||||
For more info on why <strong><%= matchedSource %></strong> might not be reliable, check out a search for:
|
|
||||||
</p>
|
|
||||||
<ul class="warning-links">
|
|
||||||
<li><a class="warning-link" href="https://www.google.com/search?q=<%= fakeNewsSources[matchedSource].search %>"><%= fakeNewsSources[matchedSource].reason %></a></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p>wrong filter? <a href="https://codeberg.org/ashley/poke/issues/new?template=issue_template%2fsearch-filter.yml">Report :3</p>
|
<p>wrong filter? <a href="https://codeberg.org/ashley/poke/issues/new?template=issue_template%2fsearch-filter.yml">Report :3</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1043,7 +1037,7 @@ font-weight: 1000;" href="/watch?v=<%= x.videoId %>" class="title max-lines-2"><
|
||||||
|
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<% if (!invresults) { %>
|
<% if (invresults.length < 1) { %>
|
||||||
<br>
|
<br>
|
||||||
<center>
|
<center>
|
||||||
<h1 style="font-family:'Ginto nord';font-weight:900;white-space:yes;">
|
<h1 style="font-family:'Ginto nord';font-weight:900;white-space:yes;">
|
||||||
|
|
Loading…
Reference in a new issue