zregvart commented on a change in pull request #74: Add search for Hugo (more
polishing need to do)
URL: https://github.com/apache/camel-website/pull/74#discussion_r314409914
##########
File path: layouts/partials/header.html
##########
@@ -27,6 +27,10 @@
<meta name="keywords" content="{{ .Keywords }}">
{{ end }}
<link rel="stylesheet" href="{{ path.Join "_" (index .Site.Data
"rev-manifest" "css/site.css") | relURL }}">
+ <!-- search-bar content -->
+ <link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/themes/algolia.css"
/>
+ <link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/selectize.css">
+ <link rel="stylesheet" href="/css/search.css">
Review comment:
These stylesheets need to go to the Antora UI theme.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services