engineering blog at https://blog.tangled.sh

touchups to docs blog post content

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li f909dd0b 29a9c5af

verified
+2 -2
+2 -2
pages/blog/docs.md
··· 141 141 142 142 ## search 143 143 144 - There is native search on the site for now. Taking 144 + There is no native search on the site for now. Taking 145 145 inspiration from https://htmx.org's search bar, our search 146 146 bar also simply redirects to Google: 147 147 148 - ``` 148 + ```html 149 149 <form action="https://google.com/search"> 150 150 <input type="hidden" name="q" value="+[inurl:https://docs.tangled.org]"> 151 151 ...