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
Adds ability to embed the logo image or background image to a page
Updates templates to use custom dynamic tags
Updates website documentation about custom logo and background tags
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