Closed shirgoldbird closed 3 years ago
As a user, I want to be able to have a banner with any filename and file format, so that I can have more flexibility when configuring my site.
I think this shouldn't be too hard—users can add a new line to their comic_info.ini like for the RSS feed:
Image = your_content/images/banner.png
And then we pass that property to the Jinja2 template base.tpl.
base.tpl
For backwards compatibility, we can set the default to be your_content/images/banner.png.
your_content/images/banner.png
As a user, I want to be able to have a banner with any filename and file format, so that I can have more flexibility when configuring my site.
I think this shouldn't be too hard—users can add a new line to their comic_info.ini like for the RSS feed:
Image = your_content/images/banner.png
And then we pass that property to the Jinja2 template
base.tpl
.For backwards compatibility, we can set the default to be
your_content/images/banner.png
.