Gottwik / Enduro

Minimalistic, lean & mean, node.js cms
http://www.endurojs.com/
MIT License
690 stars 121 forks source link

Scaffolded page mirroring main page #145

Closed dannydel closed 7 years ago

dannydel commented 7 years ago

Hello,

So the issue I am having is hard to explain and please ask more questions if I am not clear.

My ultimate frisbee website has multiple pages and all of them are being scaffolded out using handlebars partials. It seems as if something is getting mixed up when I push to Heroku and my Main page and Guys team page end up being mirrored except for content (since the main page content is from cms javascript file you set in the cms folder).

Here is the link to see what I am talking about: iupultimate.herokuapp.com

If you would like me to post code I can. I have been going over every bit of my markup and found nothing. Even the _generated index file for the Guys team page is exactly how it should be from my partial I built for it.

Any help would be appreciated!

dannydel commented 7 years ago

So I fixed my issue. I could not really find any issues within the compiling of handlebars or any of the processes while pushing to Heroku. So I just deleted the old Guys_team page I had and created a new one. That seemed to have fixed the issue.

Thanks!