tomik-z-cech/PP5-Ohm-Azing-Components

USER STORY : Favicon & Title

Closed this issue · 1 comments

As a Site User I woul like to be able to differenciate this site from other sites opened in my browser, in order of easy navigation.

Acceptance Criteria :

When I navogate to the site, then I am clarly served with FavIcon and title of the site .

Tasks :

  • Create a FavIcon from logo
  • Register favicon in base.html template
  • Regsiter site title with {% block nav_name %}{% endblock %}
  • Equip each template that extends base.html with the same {% block nav_name %}{% endblock %} including the title of sub page
  • Test functionality as Site User and Site Admin

Epic :
EPIC 5

This was done in commit 8f235c7.