diff options
Diffstat (limited to 'website')
| -rw-r--r-- | website/builders/replicant-blog-search.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/builders/replicant-blog-search.scm b/website/builders/replicant-blog-search.scm index 1d71cd4..9a92e01 100644 --- a/website/builders/replicant-blog-search.scm +++ b/website/builders/replicant-blog-search.scm @@ -55,7 +55,7 @@ it should not leak the search to a third party.") (p "And then you can search in it. For instance if you want to search for FOSDEM in the blog articles, you can use the following commands:") (p (@ (class "command")) "cd haunt-blog") - (p (@ (class "command")) "git grep -i fosdem -- markdown") + (p (@ (class "command")) "git grep -i fosdem -- posts") (p (string-append "It is also possible to download the source code with graphical " |
