mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-13 09:13:05 -04:00
el,pt,ru
This commit is contained in:
parent
0f62607bb1
commit
38e17c5588
25 changed files with 1379 additions and 2 deletions
15
content/search/_index.el.md
Normal file
15
content/search/_index.el.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
+++
|
||||
title = "Search"
|
||||
sort_by = "date"
|
||||
paginate_by = 5
|
||||
+++
|
||||
<br>
|
||||
<p style="text-align:center">The search feature uses the external search engine DuckDuckGo.</p>
|
||||
|
||||
<div class="columns is-centered">
|
||||
<form action="https://duckduckgo.com/" method="get">
|
||||
<input type="hidden" name="sites" value="anarsec.guide">
|
||||
<input type="search" name="q">
|
||||
<input type="submit" value="Search">
|
||||
</form>
|
||||
</div>
|
15
content/search/_index.pt.md
Normal file
15
content/search/_index.pt.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
+++
|
||||
title = "Search"
|
||||
sort_by = "date"
|
||||
paginate_by = 5
|
||||
+++
|
||||
<br>
|
||||
<p style="text-align:center">The search feature uses the external search engine DuckDuckGo.</p>
|
||||
|
||||
<div class="columns is-centered">
|
||||
<form action="https://duckduckgo.com/" method="get">
|
||||
<input type="hidden" name="sites" value="anarsec.guide">
|
||||
<input type="search" name="q">
|
||||
<input type="submit" value="Search">
|
||||
</form>
|
||||
</div>
|
15
content/search/_index.ru.md
Normal file
15
content/search/_index.ru.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
+++
|
||||
title = "Search"
|
||||
sort_by = "date"
|
||||
paginate_by = 5
|
||||
+++
|
||||
<br>
|
||||
<p style="text-align:center">The search feature uses the external search engine DuckDuckGo.</p>
|
||||
|
||||
<div class="columns is-centered">
|
||||
<form action="https://duckduckgo.com/" method="get">
|
||||
<input type="hidden" name="sites" value="anarsec.guide">
|
||||
<input type="search" name="q">
|
||||
<input type="submit" value="Search">
|
||||
</form>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue