diff --git a/docs/layouts/partials/footer.html b/docs/layouts/partials/footer.html index 9ddc61903..d13c101ff 100644 --- a/docs/layouts/partials/footer.html +++ b/docs/layouts/partials/footer.html @@ -35,6 +35,19 @@ + + + + {{ template "partials/analytics.html" . }} diff --git a/docs/layouts/partials/google-cse.html b/docs/layouts/partials/google-cse.html deleted file mode 100644 index d9be916fc..000000000 --- a/docs/layouts/partials/google-cse.html +++ /dev/null @@ -1,13 +0,0 @@ - - diff --git a/docs/layouts/partials/header.html b/docs/layouts/partials/header.html index 3cf0291eb..802b377d7 100644 --- a/docs/layouts/partials/header.html +++ b/docs/layouts/partials/header.html @@ -15,6 +15,7 @@ + @@ -82,7 +83,7 @@
-
- {{ partial "google-cse.html" . }} +
+ {{ partial "search.html" . }}
diff --git a/docs/layouts/partials/search.html b/docs/layouts/partials/search.html new file mode 100644 index 000000000..accbe4c2b --- /dev/null +++ b/docs/layouts/partials/search.html @@ -0,0 +1,61 @@ + + + \ No newline at end of file