aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrack3 <pengliabc@live.cn>2018-12-31 20:03:32 +0800
committerTrack3 <pengliabc@live.cn>2018-12-31 20:08:04 +0800
commit4b2192f2fa89f10d09fabc48105465865ef01943 (patch)
treefaf5519751b4994ccbeb1b8558295528317c2f87 /README.md
parentf5b68c452f6df102ee2e40e638cb8988798099ef (diff)
downloadhermit-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6a6151d..4604bd1 100644
--- a/README.md
+++ b/README.md
@@ -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