It adds a configurable Banner on top of the site.
It introduces two new environment variables:
LOGO_URL the url for the logo
BANNER_TEXT text for the banner
It uses ERB instead of HTML and don't replace html string with sub but instead use a view file with sinatra.
What does this PR do?
It adds a configurable Banner on top of the site. It introduces two new environment variables:
LOGO_URL
the url for the logoBANNER_TEXT
text for the banner It uses ERB instead of HTML and don't replace html string with sub but instead use a view file with sinatra.