Use images
instead of featuredImg
`featuredImg` and `bgImg` are preserved in case you want to use a different background image from metadata images
This commit is contained in:
@ -101,7 +101,7 @@ You can reference as many stylesheets as you want. Their paths need to be relati
|
||||
|
||||
#### Code injection
|
||||
|
||||
You can inject any html code to every page's document head or right above the closing body tag. This makes it easier to add any html meta data, custom css/js, dns-prefetch etc. To do this you simplely need to creat a file at site's `layouts/partials/extra-head.html` or `layouts/partials/extra-foot.html`, code inside will be injected to every page.
|
||||
You can inject any html code to every page's document head or right above the closing body tag. This makes it easier to add any html meta data, custom css/js, dns-prefetch etc. To do this you simply need to create a file at site's `layouts/partials/extra-head.html` or `layouts/partials/extra-foot.html`, code inside will be injected to every page.
|
||||
|
||||
## Acknowledgments
|
||||
|
||||
|
Reference in New Issue
Block a user