Fix errors in readme and example site config

This commit is contained in:
Joe Hutchinson
2020-08-03 21:47:06 -04:00
parent e713663d77
commit 31ebce8326
2 changed files with 8 additions and 6 deletions

View File

@@ -140,7 +140,7 @@ description: "This is the subtext below the main heading in smaller letters"
#### Overriding CSS
To override CSS, you should create file `project_root/assets/css/override.css` and place all your CSS inside it. This file will be merged with standard CSS when the site is generated.
### Custom Meta Tags
#### Custom Meta Tags
You can add optional Open Graph, Twitter, or other meta tags by adding `project_root/layouts/partials/meta-tags.html`
Refer to [/exampleSite/layouts/partials](/exampleSite/layouts/partials) for sample meta configs.