rubycentral / cfp-app

Rails app for managing a conference CFP
MIT License
224 stars 155 forks source link

Dynamic Logo/Background Image #293

Closed jonsgreen closed 2 years ago

jonsgreen commented 2 years ago

Reason for Change

While using the app Devon noticed that if you add a logo or background image to a static page and then change those images you need to update the urls in the pages to keep them in sync. This resolves that by using special custom tags that will embed the most recent images dynamically into the page. It also switches the templates to use these new tags.

Changes