alexandrialibrary / Alexandria

Alexandria is a simple little card catalogue webapp with a terribly pretentious name.
MIT License
2 stars 1 forks source link

Make application name available to frontend #37

Closed redbassett closed 9 years ago

redbassett commented 9 years ago

Pass application name to front end dynamically from config.

hawkw commented 9 years ago

Okay. Config file will need to be implemented first (#29).

hawkw commented 9 years ago

See 21ffed4b69928412525dd4efd871967258c8d616. Page title is passed to templates.

Currently, it's just passing "Alexandria" (and will pass "Alexandria Admin" on the admin control) because there's no config file to load title and other branding from. But later we'll do that.

redbassett commented 9 years ago

Fixed in 21ffed4b69928412525dd4efd871967258c8d616.