grctest / Gridcoin-Site

Open source Gridcoin website -- CM's fork
https://github.com/gridcoin-community/Gridcoin-Site/
MIT License
6 stars 8 forks source link

Middleman page title YAML issues #2

Closed grctest closed 7 years ago

grctest commented 8 years ago

For some reason, pages stored in sub-folders (Dev/Guides/Community) don't have their YAML header info interpreted by Middleman, instead it reverts to the default 'Gridcoin'.

I reverted the header layout to not use the YAML info until I could figure this out at a later date.

https://middlemanapp.com/basics/frontmatter/

grctest commented 7 years ago

I have successfully implemented the dynamic title via YAML, it only took me a year to complete, lol!

We can implement additional SEO fields for each page if anyone's interested?