diff options
Diffstat (limited to 'themes/docsy/layouts/partials/hooks/body-end.html')
-rw-r--r-- | themes/docsy/layouts/partials/hooks/body-end.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/docsy/layouts/partials/hooks/body-end.html b/themes/docsy/layouts/partials/hooks/body-end.html index e69de29bb..3e09f7aa1 100644 --- a/themes/docsy/layouts/partials/hooks/body-end.html +++ b/themes/docsy/layouts/partials/hooks/body-end.html @@ -0,0 +1,3 @@ +{{ with .Site.Params.algolia_docsearch }} +<!-- scripts for algolia docsearch --> +{{ end }}
\ No newline at end of file |