You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.
One question, I just wanted to kick off a new project and am wondering how you guys deal with page specific stuff like different page titles for example.
As far as I see, it's currently always the same (header.phtml)? Please correct me if I'm wrong.
If I'm correct, do you have plans to make that configurable via pages.json maybe?
Thanks.
Already saw this issue #31, which kind of goes in the same direction.
The text was updated successfully, but these errors were encountered:
Hey, you could use replace placeholders for that—please look at how we deal with CSS paths (hint: have a look into grunt replace task and its config).
But I agree, it’s not ideal at the moment. Thanks also for sharing the idea to extend the json for this. I like the idea of having this out of the box but easier than it is currently.
But it's basically not the same. You're replacing one placeholder with one value for each site. What I'd like to do, is replacing one placeholder with different values.
Hey guys,
thanks for putting this together. :)
One question, I just wanted to kick off a new project and am wondering how you guys deal with page specific stuff like different page titles for example.
As far as I see, it's currently always the same (
header.phtml
)? Please correct me if I'm wrong.If I'm correct, do you have plans to make that configurable via
pages.json
maybe?Thanks.
Already saw this issue #31, which kind of goes in the same direction.
The text was updated successfully, but these errors were encountered: