diff options
| author | Track3 <pengliabc@live.cn> | 2018-12-31 20:03:32 +0800 |
|---|---|---|
| committer | Track3 <pengliabc@live.cn> | 2018-12-31 20:08:04 +0800 |
| commit | 4b2192f2fa89f10d09fabc48105465865ef01943 (patch) | |
| tree | faf5519751b4994ccbeb1b8558295528317c2f87 /README.md | |
| parent | f5b68c452f6df102ee2e40e638cb8988798099ef (diff) | |
| download | hermit-4b2192f2fa89f10d09fabc48105465865ef01943.tar.gz | |
Use `images` instead of `featuredImg`
`featuredImg` and `bgImg` are preserved in case you want to use a different background image from metadata images
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
