So, I have my .html static landing page with all the .js and .css files. I was wondering if ghost would read them as separate template? Or will ghost accept only a .hbs file?
me too … i have the same question !
+1
It won’t read it as a template, but in theory it should serve it. If you want a static landing page, you can always specify the template (e.g. landing.hbs
) in your routing config, and use plain html in the layout.hbs
file. Handlebars is a superset of HTML, meaning you don’t have to use any of the templating features it has
5 Likes
This worked like a charm. Thanks a bunch, @vikaspotluri123!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.