netlify / staticgen

StaticGen.com, A leaderboard of top open-source static site generators
http://www.staticgen.com
MIT License
2.46k stars 556 forks source link

The new site ignores double curly brackets #914

Closed saurabhdaware closed 4 years ago

saurabhdaware commented 4 years ago

This is the screenshot from page https://jamstack.org/generators/abell/

screenshot that has <body></body> without the inner content

But in the markdown file abell.md markdown file https://github.com/netlify/staticgen/blob/master/content/projects/abell.md, we have: screenshot of mardown file mentioned above that shows there is <body>{{ greet.toUpperCase() }}</body>

The new site is ignoring the code inside double curly braces.

saurabhdaware commented 4 years ago

Ops I just realized there is new repository for new site https://github.com/jamstack/jamstack.org. I guess I am suppose to open issue there