pt strings

This commit is contained in:
anarsec 2025-01-04 00:26:12 -05:00
parent c77d0b0763
commit 7fb813d209
No known key found for this signature in database
13 changed files with 193 additions and 174 deletions

View file

@ -1,15 +1,15 @@
+++
title = "Search"
title = "Busca"
sort_by = "date"
paginate_by = 5
+++
<br>
<p style="text-align:center">The search feature uses the external search engine DuckDuckGo.</p>
<p style="text-align:center">A ferramenta de busca faz buscas externas com a 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">
<input type="submit" value="Busca">
</form>
</div>