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
fix(web): use populate() for title suffix template
Moves the title suffix string into defaultConfiguration as a
template ("Node.js {version} Documentation") and uses populate()
to resolve it at runtime, consistent with how other config
strings are handled.
Fixes#722
0 commit comments