Clean up meta tags

This commit is contained in:
Joe Hutchinson
2020-07-15 00:09:18 -04:00
parent 0b275717d3
commit 66876e43de
4 changed files with 12 additions and 15 deletions

View File

@@ -128,7 +128,7 @@ To change the heading and subtext at the top of list pages just add a \_index.md
---
title: "This is the main heading text in big letters"
date: the date
description: "This is the subtext above the main heading in small letters"
description: "This is the subtext below the main heading in smaller letters"
---
```
#### Overriding CSS
@@ -136,7 +136,7 @@ To override CSS, you should create file `project_root/assets/css/override.css` a
### Custom Meta Tags
You can add optional Open Graph and Twitter meta tags by adding `project_root/layouts/partials/ogp.html` and `project_root/layouts/partials/twitter.html`.
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.
## Helpful Links