Skip to content

Commit

Permalink
a couple of missed _html_parts (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
kescobo authored Mar 19, 2021
1 parent d63fb9a commit 1fd22cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/extras/lunr.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The file `lunrclient.js` (and its minified version) does the following:
You might want to modify the `parseLunrResults` if you want the results to be displayed differently.

\note{
If you modify this file, make sure it's called properly in the `src/_html_parts/index.html` and, eventually, [minify it](https://jscompress.com/).
If you modify this file, make sure it's called properly in the `_layout/index.html` and, eventually, [minify it](https://jscompress.com/).
}

## Adding a search box
Expand Down
2 changes: 1 addition & 1 deletion docs/styling/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ We will need to provide the appropriate stylesheet in `_css/` and adjust the lay

### Adapting the head and foot

The file `_html_parts/head.html` is the most important one you will have to adjust.
The file `_layout/head.html` is the most important one you will have to adjust.

Let us first change the name of the main stylesheet `_css/basic.css` to `_css/jemdoc.css` which is more appropriate.
The reference to the stylesheet in `head.html` consequently has to be changed to mention `jemdoc.css` instead of `basic.css`:
Expand Down

0 comments on commit 1fd22cc

Please sign in to comment.