Initial commit

This commit is contained in:
anarsec 2023-06-19 15:53:33 +00:00
commit 4ab7e7262f
No known key found for this signature in database
147 changed files with 7847 additions and 0 deletions

12
content/search/_index.md Normal file
View file

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