Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a couple of missed _html_parts #802

Merged
merged 1 commit into from
Mar 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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