quickblog templates should include a favicon (the little image that appears in the browser tab title). This could be achieved by adding a variable to templates/base.html:
When the user includes a :favicon-template key in the quickblog opts, quickblog will set the value of the :favicon variable to the result of rendering the template.
quickblog should also ship with a default templates/favicon.html:
quickblog templates should include a favicon (the little image that appears in the browser tab title). This could be achieved by adding a variable to
templates/base.html
:When the user includes a
:favicon-template
key in the quickblog opts, quickblog will set the value of the:favicon
variable to the result of rendering the template.quickblog should also ship with a default
templates/favicon.html
:Instructions on adding the favicon assets should be added to the README.