shithub: werc

Download patch

ref: 32124ab59eac436e5d55bef427c6c011545a6e50
parent: 49b7e1ee8c341c8a259172883d738710f5118f36
author: sl <sl@stanleylieber.com>
date: Mon Jun 15 16:43:24 EDT 2020

sites/werc.cat-v.org/apps/duckduckgo/index.md: fix markdown display formatting for example commands.

--- a/sites/werc.cat-v.org/apps/duckduckgo/index.md
+++ b/sites/werc.cat-v.org/apps/duckduckgo/index.md
@@ -13,17 +13,17 @@
 
 First, create the search path and the _werc directory under it:
 
-; mkdir -p /www/werc/sites/MYSITE/_search/_werc/
+	mkdir -p /www/werc/sites/MYSITE/_search/_werc/
 
 Then, enable the duckduckgo app in that directory:
 
-echo 'conf_enable_duckduckgo' > /www/werc/sites/MYSITE/_search/_werc/config
+	echo 'conf_enable_duckduckgo' > /www/werc/sites/MYSITE/_search/_werc/config
 
 Next, deploy the search form somewhere on your site.  This example puts
 it in your footer:
 
-mkdir -p /www/werc/sites/MYSITE/_werc/lib/
-cp /www/werc/apps/search/footer.inc.sample /www/werc/sites/MYSITE/_werc/lib/footer.inc
+	mkdir -p /www/werc/sites/MYSITE/_werc/lib/
+	cp /www/werc/apps/search/footer.inc.sample /www/werc/sites/MYSITE/_werc/lib/footer.inc
 
 Demo
 ----