This commit is contained in:
anarsec 2024-11-20 21:15:10 -05:00
parent 36827dc61f
commit 4cd55ea6ac
No known key found for this signature in database
14 changed files with 533 additions and 11 deletions

View file

@ -0,0 +1,15 @@
+++
title = "Search"
sort_by = "date"
paginate_by = 5
+++
<br>
<p style="text-align:center">The search feature is powered by DuckDuckGo -- a search engine that respects user privacy.</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>