OSC / ood_appkit

https://osc.github.io/Open-OnDemand/
MIT License
1 stars 2 forks source link

add page_title_prefix #56

Closed johrstrom closed 3 years ago

johrstrom commented 3 years ago

Add page_title_prefix for use in apps to prefix html titles to disambiguate them. So 'Dashboard' can become "#{page_title_prefix} Dashboard" which would evaluate to "OSC OnDemand Dashboard" for OSC.

This is to help enable this downstream ondemand issue https://github.com/OSC/ondemand/issues/674.

ericfranz commented 3 years ago

I think this PR is a duplicate of OodAppkit.dashboard.title

johrstrom commented 3 years ago

There's no need for this, we'll use OodAppkit.dashboard.title as the site title.