mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-18 17:12:23 -06:00
Document how to use custom_head
to add a custom favicon (#814)
Co-authored-by: Matt Wang <matt@matthewwang.me>
This commit is contained in:
parent
7a3c37052f
commit
764dbb35a9
@ -147,6 +147,13 @@ 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.
|
Any HTML added to this file will be inserted before the closing `<head>` tag. This might include additional `<meta>`, `<link>`, or `<script>` tags.
|
||||||
|
|
||||||
|
#### Example
|
||||||
|
|
||||||
|
To add a custom favicon, create `_includes/head_custom.html` and add:
|
||||||
|
```html
|
||||||
|
<link rel="shortcut icon" type="image/png" href="{{site.baseurl}}/path/to/your/favicon.png">
|
||||||
|
```
|
||||||
|
|
||||||
### Custom Header
|
### Custom Header
|
||||||
|
|
||||||
`_includes/header_custom.html`
|
`_includes/header_custom.html`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user