diff --git a/_draft_docs/configuration.md b/_draft_docs/configuration.md index 8d65a9d..9c9a5e6 100644 --- a/_draft_docs/configuration.md +++ b/_draft_docs/configuration.md @@ -71,7 +71,7 @@ color_scheme: "dark" ``` - + diff --git a/_draft_docs/customization.md b/_draft_docs/customization.md index 75e9e3c..25cfb83 100644 --- a/_draft_docs/customization.md +++ b/_draft_docs/customization.md @@ -30,7 +30,7 @@ color_scheme: "dark" ``` - + ## Specific visual customization diff --git a/_draft_docs/search.md b/_draft_docs/search.md index 57a086d..9d2788e 100644 --- a/_draft_docs/search.md +++ b/_draft_docs/search.md @@ -30,7 +30,7 @@ Before you can use search, you must initialize the feature by running this `rake $ bundle exec just-the-docs rake search:init ``` -This command creates the `search-data.json` file that Jekyll uses to create your search index. Alternatively, you can create the file manually in the `assets/js/` directory of your Jekyll site with this content: +This command creates the `search-data.json` file that Jekyll uses to create your search index. Alternatively, you can create the file manually in the `js/` directory of your Jekyll site with this content: ```liquid {% raw %}--- diff --git a/_includes/head.html b/_includes/head.html index d2a5b48..5bbdc3d 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -17,4 +17,5 @@ background: #1b1f23; } + \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index c3817b6..6b99902 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -17,6 +17,12 @@ {%- endfor -%} +{%- if page.layout == 'docs' -%} +