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