@bmuenzenmeyer @EvanLovely:
This is likely a Very Dumb Question from Brad, but here it goes: I see that the theme object is available in the browser (if I open the console and type theme it returns the object); how do I get the info within theme to display in, say, html/partials/header.html?
I know we are using Hogan to render our templates, but I'm scratching my head why adding {{ theme.logoImage }} isn't printing out the path to the logo.
Forgive the dumbness of the question, but once I have an idea of how to work with the theme object in this repo, I can get everything wired up!
@bmuenzenmeyer @EvanLovely:
This is likely a Very Dumb Question from Brad, but here it goes: I see that the
themeobject is available in the browser (if I open the console and typethemeit returns the object); how do I get the info withinthemeto display in, say,html/partials/header.html?I know we are using Hogan to render our templates, but I'm scratching my head why adding
{{ theme.logoImage }}isn't printing out the path to the logo.Forgive the dumbness of the question, but once I have an idea of how to work with the theme object in this repo, I can get everything wired up!