Update customization.md

Added a missing `{: .no_toc }`, to avoid a 3rd-level item in the displayed TOC at the top of the page.
This commit is contained in:
Peter Mosses 2022-08-26 09:36:44 +02:00 committed by GitHub
parent 4fbc960548
commit adbc25dec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,6 +148,7 @@ This content appears at the bottom of every page's main content. More info for t
Any HTML added to this file will be inserted before the closing `<head>` tag. This might include additional `<meta>`, `<link>`, or `<script>` tags.
#### Example
{: .no_toc }
To add a custom favicon, create `_includes/head_custom.html` and add:
```html